ZIm/crates/gpui/src/platform/mac
Marshall Bowers 16e6f5643c
Extract SemanticVersion into its own crate (#9956)
This PR extracts the `SemanticVersion` out of `util` and into its own
`SemanticVersion` crate.

This allows for making use of `SemanticVersion` without needing to pull
in some of the heavier dependencies included in the `util` crate.

As part of this the public API for `SemanticVersion` has been tidied up
a bit.

Release Notes:

- N/A
2024-03-29 12:11:57 -04:00
..
dispatch.h Replace CADisplayLink with CVDisplayLink (#7583) 2024-02-08 13:47:12 -05:00
dispatcher.rs Attempt to fix random lag (#7506) 2024-02-07 09:45:49 -07:00
display.rs collab ui: Fix notification windows on external monitors (#9817) 2024-03-26 13:07:38 -07:00
display_link.rs Enable Blade on MacOS via "macos-blade" feature (#7669) 2024-02-16 13:39:40 -08:00
events.rs Handle first click on Zed window (#9553) 2024-03-25 10:52:18 -07:00
metal_atlas.rs gpui: Update dependencies (second attempt) (#9836) 2024-03-28 10:22:31 -07:00
metal_renderer.rs gpui: Add support for window transparency & blur on macOS (#9610) 2024-03-29 11:10:47 -04:00
open_type.rs gpui: Pin to font-kit with improved OTC parsing performance. (#4047) 2024-01-15 15:46:18 +01:00
platform.rs Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00
shaders.metal Add an animation to the LSP checking indicator (#9463) 2024-03-19 10:16:18 -07:00
status_item.rs Cross-platform titlebar (#9405) 2024-03-15 10:40:58 -07:00
text_system.rs gpui: Update dependencies (second attempt) (#9836) 2024-03-28 10:22:31 -07:00
window.rs gpui: Add support for window transparency & blur on macOS (#9610) 2024-03-29 11:10:47 -04:00
window_appearance.rs Lock down mac os platform type visibility in the rest of GPUI 2024-01-20 14:38:03 -08:00