[package]
edition = "2024"
rust-version = "1.92"
name = "truce-gui-types"
version = "0.49.16"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight GUI types for truce - layout, render trait, widget regions. No rasterization, no windowing."
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_gui_types"
path = "src/lib.rs"
[dependencies.truce-core]
version = "0.49.16"
[target.'cfg(target_os = "ios")'.dependencies.objc2]
version = "0.6"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("cargo-clippy"))']