[dependencies.anyhow]
version = "1"
[dependencies.caw_persist]
version = "0.1"
[dependencies.lazy_static]
version = "1.5"
[dependencies.sdl2]
features = ["ttf"]
version = "0.38"
[dependencies.serde]
features = ["serde_derive"]
version = "1.0"
[lib]
name = "caw_window_utils"
path = "src/lib.rs"
[package]
authors = ["Stephen Sherratt <stephen@sherra.tt>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Helpers for working with windows within the CAW synthesizer framework"
documentation = "https://docs.rs/caw_window_utils"
edition = "2024"
homepage = "https://github.com/gridbugs/caw.git"
license = "MIT"
name = "caw_window_utils"
readme = "README.md"
repository = "https://github.com/gridbugs/caw.git"
resolver = "2"
version = "0.1.0"