rae 0.1.10

Renderer-neutral widget, layout, sanitization, and GLSL shader primitives for 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.10"
authors = ["rae contributors"]
build = false
exclude = [
    "/target",
    "/implementations.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Renderer-neutral widget, layout, sanitization, and GLSL shader primitives for Rust desktop tools."
readme = "README.md"
keywords = [
    "widgets",
    "glsl",
    "desktop",
    "ui",
    "sanitize",
]
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_code_output"
path = "examples/demo_code_output.rs"

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

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

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

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

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

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

[[example]]
name = "demo_shader_catalog"
path = "examples/demo_shader_catalog.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

[dev-dependencies.macroquad]
version = "0.4"