blob: d2f88808cda6f2525103672638038a7b7562002b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[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]
sdl2 = "0.35.2"
rand = "0.8.5"
|