repose-render-wgpu 0.13.1

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.13.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Repose wgpu handler"
readme = false
license = "GPL-3.0-or-later"
resolver = "2"

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

[dependencies.ab_glyph]
version = "0.2.32"

[dependencies.anyhow]
version = "1"

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

[dependencies.cosmic-text]
version = "0.16.0"
features = ["swash"]
default-features = true

[dependencies.fontdb]
version = "0.23.0"

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

[dependencies.log]
version = "0.4"

[dependencies.pollster]
version = "0.4.0"

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

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

[dependencies.wgpu]
version = "28"

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