Files
gpupaper/Cargo.toml
T

23 lines
543 B
TOML
Raw Normal View History

2026-04-29 21:19:55 +02:00
[package]
name = "gpupaper"
2026-06-09 15:14:27 +02:00
version = "0.1.2"
2026-04-29 21:19:55 +02:00
edition = "2021"
[[bin]]
name = "gpupaper"
path = "src/main.rs"
[dependencies]
smithay-client-toolkit = "0.20"
wgpu = { version = "29", features = ["wgsl", "glsl"] }
raw-window-handle = "0.6"
anyhow = "1"
clap = { version = "4", features = ["derive"] }
bytemuck = { version = "1", features = ["derive"] }
log = "0.4"
env_logger = "0.11"
wayland-client = { version = "0.31", features = ["system"] }
wayland-backend = { version = "0.3", features = ["client_system"] }
naga = "29"
pollster = "0.4"