[package] name = "augmented_baseview" description = "windowing for audio plugin UIs, published fork of https://github.com/RustAudio/baseview" version = "0.1.3" authors = [ "William Light ", "Charles Saracco ", "Mirko Covizzi ", "Micah Johnston ", "Billy Messenger ", "Anton Lazarev ", "Joakim FrostegÄrd ", "Robbert van der Helm ", ] edition = "2018" license = "MIT OR Apache-2.0" [features] default = [] opengl = ["uuid", "x11/glx"] [dependencies] log = "0.4.14" keyboard-types = { version = "0.6.1", default-features = false } raw-window-handle = "0.4.3" [target.'cfg(target_os="linux")'.dependencies] xcb = { version = "1.3.0", features = ["xlib_xcb", "dri2"] } x11 = { version = "2.21", features = ["xlib", "xcursor"] } xcb-util = { version = "0.3", features = ["icccm"] } nix = "0.26" [target.'cfg(target_os="windows")'.dependencies] winapi = { version = "0.3.8", features = ["libloaderapi", "winuser", "windef", "minwindef", "guiddef", "combaseapi", "wingdi", "errhandlingapi"] } uuid = { version = "0.8", features = ["v4"], optional = true } [target.'cfg(target_os="macos")'.dependencies] cocoa = "0.24.1" core-foundation = "0.9.1" objc = "0.2.7" uuid = { version = "0.8", features = ["v4"] } [dev-dependencies] rtrb = "0.2"