wa 0.1.7

Cross-platform window assistant made primarily for Rio terminal
Documentation
[dependencies.bitflags]
version = "2.6.0"

[dependencies.fnv]
version = "1.0.7"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.22"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.parking_lot]
version = "0.12.3"

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

[dependencies.smol_str]
version = "0.2.2"

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

[package]
authors = ["Raphael Amorim <rapha850@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Cross-platform window assistant made primarily for Rio terminal"
edition = "2021"
homepage = "https://raphamorim.io/rio"
license = "MIT"
name = "wa"
readme = "README.md"
repository = "https://github.com/raphamorim/rio"
version = "0.1.7"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.futures]
version = "0.3.30"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.libc]
version = "0.2.155"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.objc]
version = "0.2.7"