Files
doom-oxidized/Cargo.toml
Wesley Irvin 4440e56f85 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.
2023-05-01 19:48:39 -04:00

8 lines
100 B
TOML

[package]
name = "doom-oxidized"
version = "0.1.0"
edition = "2021"
[dependencies]
sdl2 = "0.35.2"