[package] name = "wasm4fun-panichandler" version = "0.1.0" authors = ["Claudio Mattera "] edition = "2021" description = "Panic handler for WASM-4 fantasy console" readme = "Readme.md" homepage = "https://wasm4fun.neocities.org/" repository = "https://gitlab.com/claudiomattera/wasm4fun" license = "MIT OR Apache-2.0" keywords = [ "games", "wasm4", ] categories = [ "game-development", "no-std", ] [package.metadata.docs.rs] all-features = true default-target = "x86_64-unknown-linux-gnu" [features] default = [] nosound = [] [dependencies] wasm4fun-core = { version = "0.1.0", path = "../wasm4fun-core" }