[package]
edition = "2024"
name = "term-wm-layout-engine"
version = "0.9.5-alpha"
authors = ["Jeremy Harris <jeremy.harris@zenosmosis.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-math tiling window layout engine with BSP/N-ary tree support for term-wm."
readme = "README.md"
keywords = [
"tiling",
"layout",
"tree",
"math",
]
categories = [
"data-structures",
"algorithms",
"mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jzombie/term-wm"
resolver = "2"
[features]
default = ["std"]
std = []
[lib]
name = "term_wm_layout_engine"
path = "src/lib.rs"
[dependencies]
[dev-dependencies.proptest]
version = "1.11.0"