initial commit

This commit is contained in:
Mwa
2026-03-06 20:29:33 +01:00
parent 4ab4060253
commit a6b50dab12
5 changed files with 2872 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "sim"
version = "0.1.0"
edition = "2024"
[dependencies]
pixels = "0.15.0"
winit = "0.30.13"
winit_input_helper = "0.17.0"