rust-chip-8/Cargo.toml

12 lines
291 B
TOML

[package]
name = "chip-8"
version = "0.1.0"
authors = ["Michael Kohl <me@citizen428.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.3"
sdl2 = { version = "0.34.2", features = ["bundled"] }