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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user