tetanes-web 0.2.0

A NES Emulator written in Rust and WebAssembly
Documentation
[dependencies.console_error_panic_hook]
version = "0.1"

[dependencies.console_log]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.tetanes]
default_features = false
version = "0.9"

[dependencies.wasm-bindgen]
version = "0.2"
[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Luke Petherbridge <me@lukeworks.tech>"]
description = "A NES Emulator written in Rust and WebAssembly"
documentation = "https://github.com/lukexor/tetanes/tree/main/tetanes-web"
edition = "2018"
homepage = "https://lukeworks.tech/tetanes"
license = "MIT"
name = "tetanes-web"
readme = "README.md"
repository = "https://github.com/lukexor/tetanes.git"
resolver = "2"
version = "0.2.0"