bevy_pages 0.3.2

A lightweight and elegant framework to upgrade your Bevy UI experience.
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 = "bevy_pages"
version = "0.3.2"
authors = ["Mikail Plotzky <mp@ypon.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight and elegant framework to upgrade your Bevy UI experience."
readme = "README.md"
keywords = [
    "bevy",
    "ui",
    "xml",
]
categories = [
    "game-development",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/drafteddev/bevy_pages"

[features]
debug = ["bevy/debug"]
default = []

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

[[example]]
name = "counter"
path = "examples/counter.rs"
harness = false

[[example]]
name = "showcase"
path = "examples/showcase.rs"
harness = false

[dependencies.bevy]
version = "0.19.0"
features = [
    "bevy_ui",
    "bevy_ui_widgets",
    "bevy_asset",
    "ui_picking",
]
default-features = false

[dependencies.roxmltree]
version = "0.21.1"

[dependencies.rustc-hash]
version = "2.1.3"

[dependencies.smol_str]
version = "0.3.6"

[dev-dependencies.bevy]
version = "0.19.0"