# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "azul-glutin" version = "0.26.0" authors = ["The glutin contributors", "Pierre Krieger "] description = "Cross-platform OpenGL context provider." documentation = "https://docs.rs/glutin" readme = "../README.md" keywords = ["windowing", "opengl"] license = "Apache-2.0" repository = "https://github.com/rust-windowing/glutin" [package.metadata.docs.rs] features = ["serde"] [dependencies.lazy_static] version = "1.3" [dependencies.winit] version = "0.24.0" default-features = false package = "azul-winit" [features] default = ["x11", "wayland"] serde = ["winit/serde"] wayland = ["winit/wayland", "wayland-client", "wayland-egl"] x11 = ["winit/x11", "glutin_glx_sys"] [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.glutin_gles2_sys] version = "0.1.4" [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.objc] version = "0.2.6" [target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.glutin_egl_sys] version = "0.1.4" [target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.glutin_glx_sys] version = "0.1.6" optional = true [target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.libloading] version = "0.6.1" [target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.log] version = "0.4" [target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.osmesa-sys] version = "0.1" [target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.parking_lot] version = "0.11" [target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.wayland-client] version = "0.28" features = ["dlopen"] optional = true [target."cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.wayland-egl] version = "0.28" optional = true [target."cfg(target_os = \"android\")".dependencies.android_glue] version = "0.2" [target."cfg(target_os = \"android\")".dependencies.glutin_egl_sys] version = "0.1.4" [target."cfg(target_os = \"android\")".dependencies.parking_lot] version = "0.11" [target."cfg(target_os = \"emscripten\")".dependencies.glutin_emscripten_sys] version = "0.1.1" [target."cfg(target_os = \"macos\")".dependencies.cgl] version = "0.3" [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.23" [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.9" [target."cfg(target_os = \"windows\")".dependencies.glutin_egl_sys] version = "0.1.4" [target."cfg(target_os = \"windows\")".dependencies.glutin_wgl_sys] version = "0.1.4" [target."cfg(target_os = \"windows\")".dependencies.libloading] version = "0.6.1" [target."cfg(target_os = \"windows\")".dependencies.parking_lot] version = "0.11" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3" features = ["winnt", "winuser", "wingdi", "libloaderapi"]