Basic groundwork for viperid, a fantasy console

This commit is contained in:
2024-04-21 22:10:48 -07:00
commit 13b61a6def
23 changed files with 1541 additions and 0 deletions

View File

@ -0,0 +1,8 @@
[package]
name = "minifb_host"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View File