Added a moving cube with drifty controls and borders

This commit is contained in:
2022-05-10 11:19:41 +02:00
commit 27a01e4891
4 changed files with 277 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "Test_SDL"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sdl2 = "0.35.2"