backer 0.12.0

A library for straight-forward UI layout.
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 = "2024"
name = "backer"
version = "0.12.0"
authors = ["cyypherus"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for straight-forward UI layout."
readme = "README.md"
keywords = [
    "UI",
    "layout",
]
license = "MIT"
repository = "https://github.com/cyypherus/backer"

[features]
default = []
egui-examples = [
    "egui",
    "eframe",
    "egui_extras",
]
examples = [
    "macroquad-examples",
    "egui-examples",
]
macroquad-examples = ["macroquad"]
required-features = ["macroquad-examples"]
test-api = []

[lib]
name = "backer"
crate-type = ["lib"]
path = "src/lib.rs"

[[bench]]
name = "layout"
path = "benches/layout.rs"
harness = false

[dependencies.eframe]
version = "0.33.2"
optional = true

[dependencies.egui]
version = "0.33.2"
optional = true

[dependencies.egui_extras]
version = "0.33.2"
features = [
    "default",
    "image",
]
optional = true

[dependencies.macroquad]
version = "0.4.14"
optional = true

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.insta]
version = "1.42.1"

[dev-dependencies.public-api]
version = "0.51.0"

[dev-dependencies.rustdoc-json]
version = "0.9.9"

[dev-dependencies.rustup-toolchain]
version = "0.1.9"