[package] name = "baseview" version = "0.1.0" authors = [ "William Light ", "Charles Saracco ", "Mirko Covizzi ", "Micah Johnston ", ] edition = "2018" [dependencies] gl = "0.14.0" [target.'cfg(target_os="linux")'.dependencies] xcb = { version = "0.9", features = ["thread", "xlib_xcb", "dri2"] } x11 = { version = "2.3", features = ["xlib", "glx"]} [target.'cfg(target_os="windows")'.dependencies] winapi = { version = "0.3.8", features = ["libloaderapi", "winuser", "windef", "minwindef", "guiddef", "combaseapi", "wingdi"] } [target.'cfg(target_os="macos")'.dependencies] cocoa = "0.20.1" objc = "0.2.7"