oxiui-render-wgpu 0.1.0

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.0"
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]
default = []

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

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

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

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

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

[dependencies.pollster]
version = "0.4.0"

[dependencies.wgpu]
version = "29.0.3"