pybevy_render 0.2.0

Render and wgpu types for PyBevy
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 = "pybevy_render"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Render and wgpu types for PyBevy"
homepage = "https://pybevy.com"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/pybevy/pybevy"
resolver = "2"

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

[dependencies.bevy]
version = "0.18.1"
features = [
    "bevy_render",
    "bevy_pbr",
    "png",
    "jpeg",
    "bmp",
    "tga",
    "webp",
    "tiff",
    "pnm",
    "qoi",
    "hdr",
    "dds",
    "ktx2",
]
default-features = false

[dependencies.pybevy_color]
version = "=0.2.0"

[dependencies.pybevy_core]
version = "=0.2.0"

[dependencies.pybevy_image]
version = "=0.2.0"

[dependencies.pybevy_macros]
version = "=0.2.0"

[dependencies.pybevy_math]
version = "=0.2.0"

[dependencies.pybevy_shader]
version = "=0.2.0"

[dependencies.pybevy_wgpu]
version = "=0.2.0"

[dependencies.pyo3]
version = "0.27"
features = ["multiple-pymethods"]
default-features = false

[dependencies.wgpu-types]
version = "27"