augmented_baseview 0.1.3

windowing for audio plugin UIs, published fork of https://github.com/RustAudio/baseview
[dependencies.keyboard-types]
default-features = false
version = "0.6.1"

[dependencies.log]
version = "0.4.14"

[dependencies.raw-window-handle]
version = "0.4.3"
[dev-dependencies.rtrb]
version = "0.2"

[features]
default = []
opengl = ["uuid", "x11/glx"]

[package]
authors = ["William Light <git@wrl.lhiaudio.com>", "Charles Saracco <crsaracco@gmail.com>", "Mirko Covizzi <mrkcvzz@gmail.com>", "Micah Johnston <micah@glowcoil.com>", "Billy Messenger <billydm@protonmail.com>", "Anton Lazarev <https://antonok.com>", "Joakim FrostegÄrd <joakim.frostegard@gmail.com>", "Robbert van der Helm <mail@robbertvanderhelm.nl>"]
description = "windowing for audio plugin UIs, published fork of https://github.com/RustAudio/baseview"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "augmented_baseview"
readme = "README.md"
version = "0.1.3"
[target."cfg(target_os=\"linux\")".dependencies.nix]
version = "0.26"

[target."cfg(target_os=\"linux\")".dependencies.x11]
features = ["xlib", "xcursor"]
version = "2.21"

[target."cfg(target_os=\"linux\")".dependencies.xcb]
features = ["xlib_xcb", "dri2"]
version = "1.3.0"

[target."cfg(target_os=\"linux\")".dependencies.xcb-util]
features = ["icccm"]
version = "0.3"
[target."cfg(target_os=\"macos\")".dependencies.cocoa]
version = "0.24.1"

[target."cfg(target_os=\"macos\")".dependencies.core-foundation]
version = "0.9.1"

[target."cfg(target_os=\"macos\")".dependencies.objc]
version = "0.2.7"

[target."cfg(target_os=\"macos\")".dependencies.uuid]
features = ["v4"]
version = "0.8"
[target."cfg(target_os=\"windows\")".dependencies.uuid]
features = ["v4"]
optional = true
version = "0.8"

[target."cfg(target_os=\"windows\")".dependencies.winapi]
features = ["libloaderapi", "winuser", "windef", "minwindef", "guiddef", "combaseapi", "wingdi", "errhandlingapi"]
version = "0.3.8"