WIP
This commit is contained in:
parent
58aba1227d
commit
38cb195351
6 changed files with 365 additions and 0 deletions
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "libcosmic"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
cascade = "1"
|
||||
gdk4 = "0.3.1"
|
||||
gdk4-x11 = "0.3.0"
|
||||
gtk4 = "0.3.1"
|
||||
x11 = { version = "2", features = ["xlib"] }
|
||||
# examples/launcher
|
||||
pop-launcher = "1.0.3"
|
||||
serde_json = "1.0.70"
|
||||
Loading…
Add table
Add a link
Reference in a new issue