first commit

This commit is contained in:
Yehowshua Immanuel 2025-04-29 09:15:10 -04:00
commit 145d5f3d5f
5 changed files with 383 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "rust_tiny_rast"
version = "0.1.0"
edition = "2024"
[dependencies]
sdl2 = "0.35"