first commit

This commit is contained in:
rattatwinko
2025-06-13 15:04:28 +02:00
commit 01ecab00a9
4 changed files with 2582 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "t3dcube"
version = "0.1.0"
edition = "2024"
[dependencies]
pixels = "0.12"
winit = "0.28"
winit_input_helper = "0.11"