ZIm/crates/gpui/src/platform/linux
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
..
wayland gpui: Add support for window transparency & blur on macOS (#9610) 2024-03-29 11:10:47 -04:00
x11 gpui: Add support for window transparency & blur on macOS (#9610) 2024-03-29 11:10:47 -04:00
client.rs Open new windows with a default size and position (#9204) 2024-03-12 21:19:51 -07:00
dispatcher.rs Remove ! from todo!() in comments (#8643) 2024-02-29 18:19:05 -07:00
platform.rs Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00
text_system.rs gpui: Update dependencies (second attempt) (#9836) 2024-03-28 10:22:31 -07:00
util.rs Wayland: double click (#9608) 2024-03-20 19:22:47 -07:00
wayland.rs linux: wayland: implement cursor style handling (#8632) 2024-03-03 11:28:20 -08:00
x11.rs Linux: Rewrite the event loop using calloop (#8314) 2024-02-28 14:59:11 -08:00