Added an inital port of d_main.c/d_main.h. Added some other basic files

This commit is contained in:
Jim
2026-05-20 19:15:27 +01:00
parent 21aedec4d4
commit 8fd20b2760
11 changed files with 934 additions and 1 deletions

6
Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "RustyDoom"
version = "0.1.0"
edition = "2024"
[dependencies]