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.
8 lines
100 B
TOML
8 lines
100 B
TOML
[package]
|
|
name = "doom-oxidized"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
sdl2 = "0.35.2"
|