chip8-emulator/Cargo.toml

11 lines
214 B
TOML
Raw Normal View History

2022-02-07 01:24:11 +01:00
[package]
name = "chip8-emulator"
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.4"
2022-02-07 01:24:11 +01:00
sdl2 = "0.35.1"