13 lines
275 B
TOML
13 lines
275 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]
|
|
pixels = "0.12.1"
|
|
pretty-hex = "0.3.0"
|
|
rand = "0.8.5"
|
|
winit = "0.28.3"
|
|
winit_input_helper = "0.14.1"
|