Initial Commit

Initial commit which pushes up a bare cargo project with the
shareware version of doom added.
This commit is contained in:
Wesley Irvin
2023-04-24 18:00:36 -04:00
commit d138a9b923
4 changed files with 26 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
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]