rae 0.1.4

Renderer-neutral widget, layout, state, and GLSL shader primitives for agentic Rust desktop tools.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.80"
name = "rae"
version = "0.1.4"
authors = ["rae contributors"]
build = false
exclude = [
    "/target",
    "/.xrae",
    "/.aev",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Renderer-neutral widget, layout, state, and GLSL shader primitives for agentic Rust desktop tools."
readme = "README.md"
keywords = [
    "widgets",
    "glsl",
    "agent",
    "desktop",
    "ui",
]
categories = [
    "gui",
    "graphics",
    "rendering",
]
license = "MIT"
repository = "https://github.com/Tknott95/KnottRustDesign"

[features]
default = ["serde"]
serde = ["dep:serde"]

[lib]
name = "rae"
path = "src/lib.rs"

[[example]]
name = "demo_aisling_shaders"
path = "examples/demo_aisling_shaders.rs"

[[example]]
name = "demo_effects"
path = "examples/demo_effects.rs"

[[example]]
name = "demo_flow"
path = "examples/demo_flow.rs"

[[example]]
name = "demo_full"
path = "examples/demo_full.rs"

[[example]]
name = "demo_layout"
path = "examples/demo_layout.rs"

[[example]]
name = "demo_morph"
path = "examples/demo_morph.rs"

[[example]]
name = "demo_shader_catalog"
path = "examples/demo_shader_catalog.rs"

[[example]]
name = "demo_sidecar_safety"
path = "examples/demo_sidecar_safety.rs"

[[example]]
name = "demo_themes"
path = "examples/demo_themes.rs"

[[example]]
name = "demo_transcript"
path = "examples/demo_transcript.rs"

[[example]]
name = "demo_widgets"
path = "examples/demo_widgets.rs"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true