Initial WIP code

This commit is contained in:
Ian Douglas Scott 2021-08-24 14:14:08 -07:00
commit ae1ab55421
6 changed files with 1397 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "cosmic-panel"
version = "0.1.0"
edition = "2018"
[dependencies]
cascade = "1"
gdk4-x11 = "0.2"
gtk4 = "0.2"
toml = "0.5"
x11 = { version = "2", features = ["xlib"] }
zbus = "1"