19 lines
454 B
TOML
19 lines
454 B
TOML
[package]
|
|
name = "grisly"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.93"
|
|
bytemuck = "1.20.0"
|
|
clap = { version = "4.5.21", features = ["cargo", "derive"] }
|
|
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"]}
|