lunar-render 1.0.0

wgpu 2D renderer with sprite batching, text rendering, camera, layers, and custom render passes
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 = "lunar-render"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "wgpu 2D renderer with sprite batching, text rendering, camera, layers, and custom render passes"
readme = "README.md"
keywords = [
    "game-engine",
    "gamedev",
    "ecs",
    "wgpu",
    "2d",
]
categories = [
    "game-engines",
    "graphics",
    "wasm",
]
license = "MPL-2.0"
repository = "https://gitlab.com/5unekku/Lunar"
resolver = "2"

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

[dependencies.bevy_ecs]
version = "0.18"
features = ["multi_threaded"]

[dependencies.bytemuck]
version = "1.23"

[dependencies.cosmic-text]
version = "0.12"

[dependencies.guillotiere]
version = "0.6"

[dependencies.log]
version = "0.4"

[dependencies.lunar-assets]
version = "1.0.0"

[dependencies.lunar-atlas]
version = "1.0.0"

[dependencies.lunar-core]
version = "1.0.0"

[dependencies.lunar-math]
version = "1.0.0"

[dependencies.raw-window-handle]
version = "0.6"

[dependencies.rustc-hash]
version = "2"

[dependencies.wgpu]
version = "29.0.3"
features = [
    "vulkan",
    "metal",
    "gles",
    "wgsl",
]
default-features = false

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.sdl3]
version = "0.18"
features = ["build-from-source-static"]

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "Window",
    "Document",
    "HtmlCanvasElement",
    "OffscreenCanvas",
]

[target.'cfg(target_arch = "wasm32")'.dependencies.wgpu]
version = "29.0.3"
features = [
    "vulkan",
    "metal",
    "gles",
    "wgsl",
    "web",
]
default-features = false