potatis/nes-wasm/Cargo.toml
Henrik Persson 90852a6e7e WASM!
2022-10-04 14:29:38 +02:00

12 lines
No EOL
194 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"
console_error_panic_hook = "0.1.6"