This commit is contained in:
fwastring 2025-10-07 11:28:02 +02:00
commit cb6fa4450a
15 changed files with 3865 additions and 0 deletions

16
Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "confetti"
version = "0.1.0"
edition = "2024"
[dependencies]
bytemuck = "1.23.1"
env_logger = "0.11.8"
libloading = "0.8.8"
pollster = "0.4.0"
rand = "0.9.2"
raw-window-handle = "0.6.2"
smithay-client-toolkit = "0.19.2"
wayland-client = "0.31.11"
wgpu = "26.0.1"
winit = "0.30.12"