move prototypes out of libcosmic
This commit is contained in:
parent
36d317a3e3
commit
08e70faffd
41 changed files with 1 additions and 4312 deletions
25
Cargo.toml
25
Cargo.toml
|
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
cascade = "1.0.0"
|
||||
derivative = "2.2.0"
|
||||
gtk4 = { version = "0.4.4", features = ["v4_4"] }
|
||||
gdk4 = "0.4.4"
|
||||
gdk4-wayland = { version = "0.4.2", features = [ "wayland_crate" ], optional = true }
|
||||
gdk4-x11 = { version = "0.4.2", features = [ "xlib" ] }
|
||||
|
|
@ -14,30 +14,7 @@ gobject-sys = "0.15.1"
|
|||
wayland-client = { version = "0.29.4", optional = true }
|
||||
wayland-protocols = { version = "0.29.4", features = [ "client", "unstable_protocols" ], optional = true }
|
||||
x11 = { version = "2.19.1", features = ["xlib"] }
|
||||
|
||||
# examples
|
||||
gtk4 = { version = "0.4.4", features = ["v4_4"] }
|
||||
gtk4-sys = "0.4.2"
|
||||
glib-sys = "0.15.1"
|
||||
relm4-macros = { git = "https://github.com/AaronErhardt/Relm4" }
|
||||
pop-launcher-service = { git = "https://github.com/wash2/launcher.git" }
|
||||
pop-launcher = { git = "https://github.com/wash2/launcher.git" }
|
||||
serde = "1.0.134"
|
||||
serde_json = "1.0.75"
|
||||
tokio = { version = "1.15.0", features = ["sync"] }
|
||||
futures = "0.3.19"
|
||||
futures-util = "0.3.19"
|
||||
once_cell = "1.9.0"
|
||||
xdg = "2.4.0"
|
||||
# zbus
|
||||
zbus = "2.0.1"
|
||||
zvariant = "3.1.0"
|
||||
zvariant_derive = "3.1.0"
|
||||
libloading = "0.7.3"
|
||||
|
||||
[profile.release]
|
||||
incremental = true
|
||||
debug = 1
|
||||
|
||||
[features]
|
||||
layer-shell = ["gdk4-wayland", "wayland-client", "wayland-protocols"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue