mirror of
https://github.com/danbulant/chip8
synced 2026-05-19 12:02:47 +00:00
11 lines
No EOL
231 B
TOML
11 lines
No EOL
231 B
TOML
[package]
|
|
name = "chip8"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rand = "0.8.5"
|
|
debug_print = "1.0.0"
|
|
spin_sleep = "1.1.1" |