bevy_tiled_background 0.4.0

A Bevy plugin for creating tiled, animated UI backgrounds with rotation, staggering, and scrolling
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"
rust-version = "1.85"
name = "bevy_tiled_background"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Bevy plugin for creating tiled, animated UI backgrounds with rotation, staggering, and scrolling"
homepage = "https://github.com/mirsella/bevy_tiled_background"
documentation = "https://docs.rs/bevy_tiled_background"
readme = "README.md"
keywords = [
    "bevy",
    "ui",
    "shader",
    "tiled",
    "background",
]
categories = [
    "game-development",
    "graphics",
    "rendering",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mirsella/bevy_tiled_background"

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

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

[dependencies.bevy]
version = "0.17"
features = [
    "bevy_asset",
    "bevy_render",
    "bevy_ui",
    "bevy_ui_render",
    "bevy_log",
]
default-features = false

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