kas-wgpu 0.17.0

KAS GUI / wgpu front-end
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"
rust-version = "1.92.0"
name = "kas-wgpu"
version = "0.17.0"
authors = ["Diggory Hardy <git@dhardy.name>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "KAS GUI / wgpu front-end"
documentation = "https://docs.rs/kas-wgpu/"
readme = "README.md"
keywords = [
    "gui",
    "wgpu",
]
categories = ["gui"]
license = "Apache-2.0"
repository = "https://github.com/kas-gui/kas"
resolver = "2"

[package.metadata.docs.rs]
features = ["kas/wayland"]

[features]
default = []
dx12 = ["wgpu/dx12"]
gles = ["wgpu/gles"]
metal = ["wgpu/metal"]
vulkan = ["wgpu/vulkan"]

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

[dependencies.bytemuck]
version = "1.7.0"

[dependencies.futures-lite]
version = "2.0"

[dependencies.guillotiere]
version = "0.6.0"

[dependencies.kas]
version = "0.17.0"
package = "kas-core"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.wgpu]
version = "28.0.0"
features = ["spirv"]
default-features = false

[build-dependencies.glob]
version = "0.3"

[lints.clippy]
needless_lifetimes = "allow"
neg_cmp_op_on_partial_ord = "allow"
unit_arg = "allow"