affineui 0.0.2

Safe, idiomatic Rust bindings for AffineUI — GPU-accelerated HTML/CSS UI for tools and engines. EXPERIMENTAL preview; APIs will change.
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"
name = "affineui"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe, idiomatic Rust bindings for AffineUI — GPU-accelerated HTML/CSS UI for tools and engines. EXPERIMENTAL preview; APIs will change."
readme = "README.md"
keywords = [
    "gui",
    "ui",
    "html",
    "css",
    "imgui",
]
categories = [
    "gui",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/benjcooley/affineui"

[lib]
name = "affineui"
path = "src/lib.rs"
doctest = false

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

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

[[test]]
name = "headless"
path = "tests/headless.rs"

[dependencies.affineui-sys]
version = "0.0.2"