git.lucas.co / cce-terminal
terminal emulator
git clone https://git.lucas.co/cce-terminal.git

Cargo.toml (349B)

 1 [package]
 2 name = "cce-terminal"
 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 wayland-client = { version = "0.31", features = ["system"] }
 9 calloop = "0.13.0"
10 libc = "0.2"
11 alacritty_terminal = "0.26.0"
12 log = "0.4"
13 env_logger = "0.11"