[package]
name = "wasm4fun-fmt"
version = "0.1.0"
authors = ["Claudio Mattera <dev@claudiomattera.it>"]
edition = "2021"
description = "Formatting primitives 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]