bevy_blockout 0.4.0

A utility package that provides blockout utilities.
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_blockout"
version = "0.4.0"
build = false
exclude = [
    "/screenshots",
    "/assets",
    "/examples",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A utility package that provides blockout utilities."
homepage = "https://github.com/rust-adventure/bevy-examples/tree/main/libs/bevy_blockout"
readme = "README.md"
keywords = [
    "bevy",
    "wgpu",
]
license = "MIT"
repository = "https://github.com/rust-adventure/bevy-examples"

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

[dependencies.bevy]
version = "0.18.0"

[dev-dependencies]