receiverproxy-wall 0.1.1

Panel wall topology: map one image onto any arrangement of panels
Documentation
[package]
name = "receiverproxy-wall"
description = "Panel wall topology: map one image onto any arrangement of panels"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
exclude.workspace = true

# Published as `receiverproxy-wall`; the library keeps its role name.
[lib]
name = "wall"

[dependencies]
serde.workspace = true
ts-rs = { workspace = true, optional = true }

[features]
# `#[derive(TS)]` on the layout types, for web/src/api/types.ts.
ts = ["dep:ts-rs"]

[lints]
workspace = true

[dev-dependencies]
serde_json.workspace = true