Initial commit

This commit is contained in:
2026-05-25 17:59:15 +02:00
commit 4b4f0c529a
5 changed files with 533 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "sdl_demo"
version = "0.1.0"
edition = "2024"
[dependencies]
sdl3 = "0.18"
rand = "0.10.1"