oxiui-render-wgpu 0.1.2

wgpu GPU render surface for OxiUI
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 = "oxiui-render-wgpu"
version = "0.1.2"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "wgpu GPU render surface for OxiUI"
readme = "README.md"
keywords = [
    "wgpu",
    "gpu",
    "oxiui",
    "cooljapan",
    "pure-rust",
]
categories = [
    "rendering",
    "gui",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxiui"

[features]
accessibility = ["dep:oxiui-accessibility"]
default = []
text = [
    "dep:oxiui-text",
    "dep:oxitext-sdf",
]
theme = ["dep:oxiui-theme"]

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

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

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

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

[[bench]]
name = "rrect_bench"
path = "benches/rrect_bench.rs"
harness = false

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

[dependencies.oxitext-sdf]
version = "0.1.2"
optional = true

[dependencies.oxiui-accessibility]
version = "0.1.2"
optional = true

[dependencies.oxiui-core]
version = "0.1.2"

[dependencies.oxiui-text]
version = "0.1.2"
optional = true

[dependencies.oxiui-theme]
version = "0.1.2"
optional = true

[dependencies.pollster]
version = "0.4.0"

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

[dependencies.wgpu]
version = "29.0.3"

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

[dev-dependencies.png]
version = "0.18.1"