libcosmic-yoda/Cargo.toml
2021-12-16 09:45:42 -07:00

23 lines
No EOL
536 B
TOML

[package]
name = "libcosmic"
version = "0.1.0"
edition = "2021"
[dependencies]
cascade = "1"
gdk4 = "0.3.1"
gdk4-x11 = "0.3.0"
gio = "0.14.8"
gtk4 = "0.3.1"
x11 = { version = "2", features = ["xlib"] }
# examples/launcher
#pop-launcher = "1.0.3"
pop-launcher = { git = "https://github.com/pop-os/launcher", branch = "client" }
serde_json = "1.0.70"
pop-launcher-service = { git = "https://github.com/pop-os/launcher", branch = "client" }
postage = "0.4.1"
futures = "0.3.18"
glib = "0.14.8"
# examples/gtklauncher
once_cell = "1.8.0"