[dep] Add sdl2 for graphics and input

This commit is contained in:
2024-02-18 15:08:03 +05:30
parent 519ff35b24
commit a1efa880c1
2 changed files with 44 additions and 1 deletions

View File

@@ -9,4 +9,5 @@ edition = "2021"
clap = { version = "4.5", features = ["derive"] }
log = "0.4.20"
simple_logger = "4.3"
byteorder = "1.5"
byteorder = "1.5"
sdl2 = "0.36.0"