# 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 = "raw-gl-context" version = "0.1.2" authors = ["Micah Johnston "] description = "Library for creating an OpenGL context from a RawWindowHandle" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/glowcoil/raw-gl-context" [dependencies.raw-window-handle] version = "0.3.3" [dev-dependencies.gl] version = "0.14.0" [dev-dependencies.winit] version = "0.22.2" [target."cfg(target_os=\"linux\")".dependencies.x11] version = "2.3" features = ["xlib", "glx"] [target."cfg(target_os=\"macos\")".dependencies.cocoa] version = "0.24.0" [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=\"windows\")".dependencies.winapi] version = "0.3.8" features = ["libloaderapi", "minwindef", "windef", "wingdi", "winuser"]