[package]
name = "rae"
version = "0.1.13"
edition = "2021"
rust-version = "1.80"
license = "MIT"
authors = ["Trevor Knott", "Knott Dynamics"]
repository = "https://github.com/Tknott95/KnottRustDesign"
documentation = "https://docs.rs/rae"
description = "Renderer-neutral Rust design catalog for desktop widgets, layouts, sanitized output, and GLSL shader primitives."
readme = "README.md"
keywords = ["scrin", "aisling", "rae", "design", "catalog"]
categories = ["gui", "graphics", "rendering"]
exclude = ["/target", "/.aev", "/implementations.md", "/IMPLEMENTATION.md"]
[features]
default = ["serde"]
serde = ["dep:serde"]
[dependencies]
serde = { version = "1.0", features = ["derive"], optional = true }
unicode-segmentation = "1.12"
[dev-dependencies]
iced = { version = "0.13.1", features = ["debug", "lazy"] }
serde_json = "1.0"