bevy_pixels 0.16.0

Bevy plugin that uses Pixels (a tiny pixel buffer) for rendering
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_pixels"
version = "0.16.0"
authors = ["David Cristofaro <david@dtcristo.com>"]
build = false
exclude = ["images/**/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bevy plugin that uses Pixels (a tiny pixel buffer) for rendering"
readme = "README.md"
keywords = [
    "bevy",
    "pixels",
    "graphics",
    "2d",
    "framebuffer",
]
categories = [
    "game-engines",
    "graphics",
    "rendering",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtcristo/bevy_pixels"

[features]
default = [
    "render",
    "x11",
]
render = []
wayland = ["bevy/wayland"]
x11 = ["bevy/x11"]

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

[[test]]
name = "public_api"
path = "tests/public_api.rs"

[dependencies.bevy]
version = "0.18"
features = ["bevy_winit"]
default-features = false

[dependencies.pixels]
version = "0.16"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.3"
features = ["wasm_js"]

[target.'cfg(target_arch = "wasm32")'.dependencies.pollster]
version = "0.3"