initial commit

This commit is contained in:
2025-11-10 21:59:01 -05:00
commit ff8c41e0e7
8 changed files with 4203 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "openworm"
version = "0.1.0"
edition = "2024"
[dependencies]
arboard = { version = "3.6.1", features = ["wayland-data-control"] }
pollster = "0.4.0"
ui = { path = "../ui" }
wgpu = "27.0.1"
winit = "0.30.12"