feat: first commit

This commit is contained in:
2025-04-25 20:23:39 +02:00
parent 0e8749d8bc
commit 1ec12fa728
7 changed files with 3274 additions and 22 deletions

16
Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "simplicitty"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1.44", features = ["full"] }
winit = { version = "0.30" }
wgpu = "25"
glyphon = "0.9"
termion = "4"
env_logger = "0.10"
log = "0.4"