beamterm-data 1.0.0

Core data structures and binary serialization for the beamterm WebGL terminal renderer
Documentation
[package]
name = "beamterm-data"
description = "Core data structures and binary serialization for the beamterm WebGL terminal renderer"
readme = "../README.md"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
keywords.workspace = true
categories.workspace = true

include = [
    "src/**/*.rs",
    "atlas/bitmap_font.atlas",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
]

[dependencies]
compact_str = { workspace = true }
miniz_oxide = "0.9.0"
thiserror = { workspace = true }

[lints]
workspace = true

[package.metadata.docs.rs]
all-features = true
default-target = "wasm32-unknown-unknown"