repose-render-wgpu 0.25.2

Repose wgpu handler
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 = "repose-render-wgpu"
version = "0.25.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Repose wgpu handler"
readme = false
license = "LGPL-2.1-or-later"

[features]
default = ["winit-surface"]
winit-surface = ["dep:winit"]

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

[dependencies.anyhow]
version = "1"

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

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.lyon_path]
version = "1.0"

[dependencies.lyon_tessellation]
version = "1.0"

[dependencies.pollster]
version = "0.4"

[dependencies.repose-core]
version = "0.25.2"

[dependencies.repose-text]
version = "0.25.2"

[dependencies.wgpu]
version = "30"

[dependencies.winit]
version = "0.30"
optional = true
default-features = true