Chip8-em init commit
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user