potatis/nes-wasm/Cargo.toml
Henrik Persson 305034d7b6 fps_max 101
2022-10-31 10:14:55 +01:00

13 lines
215 B
TOML

[package]
name = "nes-wasm"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
nes = { path = "../nes" }
wasm-bindgen = "0.2.83"
wasm-timer = "0.2.5"
console_error_panic_hook = "0.1.6"