[dependencies.bevy]
default-features = false
features = ["bevy_asset", "bevy_render", "bevy_ui", "bevy_ui_render"]
version = "0.17"
[dev-dependencies.bevy]
version = "0.17"
[[example]]
name = "simple"
path = "examples/simple.rs"
[lib]
name = "bevy_tiled_background"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development", "graphics", "rendering"]
description = "A Bevy plugin for creating tiled, animated UI backgrounds with rotation, staggering, and scrolling"
documentation = "https://docs.rs/bevy_tiled_background"
edition = "2024"
homepage = "https://github.com/mirsella/bevy_tiled_background"
keywords = ["bevy", "ui", "shader", "tiled", "background"]
license = "MIT OR Apache-2.0"
name = "bevy_tiled_background"
readme = "README.md"
repository = "https://github.com/mirsella/bevy_tiled_background"
rust-version = "1.85"
version = "0.2.2"