This commit is contained in:
bronku 2026-02-15 20:55:30 +01:00
commit 37febeafc3
4 changed files with 329 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "cube"
version = "0.1.0"
edition = "2024"
[dependencies]
raylib = "5.5.1"