git.lucas.co / cce-grid
desktop grid client
git clone https://git.lucas.co/cce-grid.git

Cargo.toml (586B)

 1 [package]
 2 name = "cce-grid"
 3 version = "0.1.0"
 4 edition = "2021"
 5 
 6 [dependencies]
 7 cce-ui = { git = "https://github.com/lsgalante/cce-ui.git", rev = "f3c970be244ad54121021a8223986ba553e09838" }
 8 calloop = "0.13.0"
 9 wayland-client = { version = "0.31", features = ["system"] }
10 log = "0.4"
11 env_logger = "0.11"
12 # Dropped desktop images: PNG and JPEG cover what a browser hands over. The
13 # same pair cce-files and cce-preview already decode with.
14 image = { version = "0.25", default-features = false, features = ["png", "jpeg"] }
15 serde = { version = "1", features = ["derive"] }
16 serde_json = "1"