ZIm/crates/gpui/src/platform
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
..
blade gpui: Update dependencies (second attempt) (#9836) 2024-03-28 10:22:31 -07:00
linux Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00
mac Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00
test gpui: Add support for window transparency & blur on macOS (#9610) 2024-03-29 11:10:47 -04:00
windows Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00
app_menu.rs Lock down mac os platform type visibility in the rest of GPUI 2024-01-20 14:38:03 -08:00
blade.rs Enable Blade on MacOS via "macos-blade" feature (#7669) 2024-02-16 13:39:40 -08:00
keystroke.rs Fix next/prev shortcuts handling in the File Finder (#9785) 2024-03-25 14:06:37 -07:00
linux.rs Linux: Rewrite the event loop using calloop (#8314) 2024-02-28 14:59:11 -08:00
mac.rs collab ui: Fix notification windows on external monitors (#9817) 2024-03-26 13:07:38 -07:00
test.rs Windows: Enable clippy deny warnings (#9920) 2024-03-28 11:55:35 -04:00
windows.rs Cross-platform titlebar (#9405) 2024-03-15 10:40:58 -07:00