[package]
edition = "2024"
rust-version = "1.92"
name = "truce-cpu"
version = "0.49.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CPU rendering backend (tiny-skia + fontdue) for truce plugins"
homepage = "https://github.com/truce-audio/truce"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/truce-audio/truce"
resolver = "2"
[lib]
name = "truce_cpu"
path = "src/lib.rs"
[dependencies.fontdue]
version = "0.9"
[dependencies.tiny-skia]
version = "0.12"
[dependencies.truce-core]
version = "0.49.8"
[dependencies.truce-font]
version = "0.49.8"
[dependencies.truce-gui-types]
version = "0.49.8"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("cargo-clippy"))']