libcosmic/Cargo.toml

30 lines
644 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
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"
2021-12-06 10:56:45 -05:00
pop-launcher = { git = "https://github.com/pop-os/launcher", branch = "master" }
serde_json = "1.0.72"
pop-launcher-service = { git = "https://github.com/pop-os/launcher", branch = "master" }
2021-11-30 16:15:06 -05:00
postage = "0.4.1"
2021-12-16 12:22:33 -05:00
futures = "0.3.17"
glib = "0.14.8"
2021-11-30 16:15:06 -05:00
# examples/gtklauncher
2021-12-02 17:25:33 -05:00
once_cell = "1.8.0"
xdg = "2.4.0"
serde = "1.0.130"
x11rb = "0.9.0"
[dependencies.gtk4]
package = "gtk4"
version = "0.3.1"
features = ["v4_4"]