rustial-renderer-bevy 0.0.1

Bevy Engine renderer for the rustial 2.5D map engine
# 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-bevy"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bevy Engine renderer for the rustial 2.5D map engine"
documentation = "https://docs.rs/rustial-renderer-bevy"
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",
]

[features]
default = ["http-tiles"]
http-tiles = [
    "dep:reqwest",
    "dep:image",
    "dep:tokio",
]

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

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

[dependencies.bevy]
version = "0.18.1"
features = [
    "bevy_render",
    "bevy_core_pipeline",
    "bevy_asset",
    "bevy_winit",
    "bevy_window",
    "bevy_pbr",
    "bevy_log",
    "bevy_text",
    "bevy_ui",
]
default-features = false

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

[dependencies.glam]
version = "0.30"

[dependencies.image]
version = "0.25"
optional = true
default-features = true

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
optional = true
default-features = false

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

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]
optional = true