grisly/Cargo.toml
2024-11-26 20:35:38 +01:00

19 lines
408 B
TOML

[package]
name = "grisly"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.93"
bytemuck = "1.20.0"
clap = "4.5.21"
env_logger = "0.11.5"
image = "0.25.5"
libc = "0.2.165"
log = "0.4.22"
rand = "0.8.5"
thiserror = "2.0.3"
wayland-client = "0.31.7"
wayland-protocols = { version = "0.32.5", features = ["client", "unstable"] }
wayland-protocols-wlr = {version = "0.3.5", features = ["client"]}