First Window

Was able to render a window using sdl2. Needs to be broken out
into it's own separate components and abstracted away. This should
take care of the requirements for issue #12.
This commit is contained in:
Wesley Irvin
2023-05-01 19:48:39 -04:00
parent ac3bdaca33
commit 4440e56f85
2 changed files with 68 additions and 4 deletions

View File

@@ -3,6 +3,5 @@ name = "doom-oxidized"
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"