truce-gpu 0.49.0

GPU rendering backend (wgpu) for truce plugins
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"
name = "truce-gpu"
version = "0.49.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPU rendering backend (wgpu) for truce plugins"
homepage = "https://github.com/truce-audio/truce"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/truce-audio/truce"
resolver = "2"

[features]
default = []
hot-debug = []

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

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

[dependencies.fontdue]
version = "0.9"

[dependencies.log]
version = "0.4"

[dependencies.lyon_tessellation]
version = "1"

[dependencies.pollster]
version = "0.4"

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

[dependencies.truce-core]
version = "0.49.0"

[dependencies.truce-font]
version = "0.49.0"

[dependencies.truce-gui-types]
version = "0.49.0"

[dependencies.truce-params]
version = "0.49.0"

[dependencies.wgpu]
version = "29"
features = ["wgsl"]
default-features = false

[target.'cfg(not(target_os = "ios"))'.dependencies.baseview]
version = "0.1.1-truce.3"
package = "baseview-truce"

[target.'cfg(target_os = "ios")'.dependencies.wgpu]
version = "29"
features = [
    "wgsl",
    "metal",
]
default-features = false

[target.'cfg(target_os = "linux")'.dependencies.wgpu]
version = "29"
features = [
    "wgsl",
    "vulkan",
    "gles",
]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.wgpu]
version = "29"
features = [
    "wgsl",
    "metal",
]
default-features = false

[target.'cfg(target_os = "windows")'.dependencies.wgpu]
version = "29"
features = [
    "wgsl",
    "dx12",
]
default-features = false

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("cargo-clippy"))']