libcosmic/Cargo.toml

23 lines
536 B
TOML
Raw Normal View History

2021-11-16 09:36:54 -07:00
[package]
name = "libcosmic"
version = "0.1.0"
edition = "2021"
[dependencies]
cascade = "1"
gdk4 = "0.3.1"
gdk4-x11 = "0.3.0"
2021-11-16 11:44:08 -07:00
gio = "0.14.8"
2021-11-16 09:36:54 -07:00
gtk4 = "0.3.1"
x11 = { version = "2", features = ["xlib"] }
2021-11-30 16:15:06 -05:00
2021-11-16 09:36:54 -07:00
# examples/launcher
2021-11-30 16:15:06 -05:00
#pop-launcher = "1.0.3"
pop-launcher = { git = "https://github.com/pop-os/launcher", branch = "client" }
2021-11-16 09:36:54 -07:00
serde_json = "1.0.70"
2021-11-30 16:15:06 -05:00
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"