agg-gui 0.1.0

A Rust GUI framework built on AGG — immediate-mode widgets, Y-up layout, halo-AA rendering via tess2
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.70"
name = "agg-gui"
version = "0.1.0"
authors = ["Lars Brubaker <larsbrubaker@matterhackers.com>"]
build = false
exclude = [
    "reference-egui-main/",
    "src/gl_renderer/lion.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust GUI framework built on AGG — immediate-mode widgets, Y-up layout, halo-AA rendering via tess2"
homepage = "https://larsbrubaker.github.io/agg-gui/"
documentation = "https://docs.rs/agg-gui"
readme = "README.md"
keywords = [
    "gui",
    "widgets",
    "graphics",
    "agg",
    "immediate-mode",
]
categories = [
    "gui",
    "graphics",
    "rendering",
]
license = "MIT"
repository = "https://github.com/larsbrubaker/agg-gui"

[features]
clipboard = ["dep:arboard"]
winit-adapter = ["dep:winit"]

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

[dependencies.agg-rust]
version = "1.0.2"

[dependencies.arboard]
version = "3"
optional = true

[dependencies.clipper2-rust]
version = "1.0.3"

[dependencies.png]
version = "0.17"

[dependencies.pulldown-cmark]
version = "0.11"

[dependencies.rustybuzz]
version = "0.20"

[dependencies.tess2-rust]
version = "1.1.0"

[dependencies.ttf-parser]
version = "0.25"

[dependencies.web-time]
version = "1"

[dependencies.winit]
version = "0.30"
optional = true