Chip8-em init commit

This commit is contained in:
2026-01-29 20:23:03 -06:00
commit e9c83a37c4
24 changed files with 2128 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "chip-8-em"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5", features = ["derive"]}
raylib = "5.5.1"
rand = "0.9"
rodio = "0.21"