node-based graph editor
git clone https://git.lucas.co/cce-graph.git
Cargo.toml (540B)
1 [package]
2 name = "cce-graph"
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 smithay-client-toolkit = "0.19.2"
9 calloop = "0.13.0"
10 calloop-wayland-source = "0.3.0"
11 wayland-client = { version = "0.31", features = ["system"] }
12 xkeysym = "0.2"
13 tokio = { version = "1", features = ["full"] }
14 serde = { version = "1", features = ["derive"] }
15 serde_json = "1"
16 image = { version = "0.25.10", features = ["png", "jpeg"] }
17 kdl = "4.6"
18