rustial-renderer-wgpu 0.0.1

Pure WGPU renderer for the rustial 2.5D map engine
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 = "2021"
rust-version = "1.89"
name = "rustial-renderer-wgpu"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure WGPU renderer for the rustial 2.5D map engine"
documentation = "https://docs.rs/rustial-renderer-wgpu"
readme = "README.md"
keywords = [
    "map",
    "geospatial",
    "wgpu",
    "bevy",
    "rendering",
]
categories = [
    "graphics",
    "game-development",
    "science::geo",
]
license = "MIT"
repository = "https://github.com/federicomarcantognini/rustial"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

[dependencies.bytemuck]
version = "1"
features = ["derive"]

[dependencies.glam]
version = "0.30"

[dependencies.log]
version = "0.4"

[dependencies.rustial-engine]
version = "0.0.1"

[dependencies.thiserror]
version = "2"

[dependencies.wgpu]
version = "25"

[dev-dependencies.pollster]
version = "0.4"