# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.81" name = "gl-from-raw-window-handle" version = "0.1.2" authors = ["Wouter de Bruijn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for creating an OpenGL context from a RawWindowHandle" homepage = "https://github.com/cloone8/WutEngine" readme = "README.md" keywords = [ "OpenGL", "Context", "GL", ] categories = ["game-engines"] license = "MIT/Apache-2.0" repository = "https://github.com/cloone8/WutEngine" [lib] name = "gl_from_raw_window_handle" path = "src/lib.rs" [dependencies.raw-window-handle] version = "0.6.2" [target.'cfg(target_os="linux")'.dependencies.x11] version = "2.21.0" features = [ "xlib", "glx", ] [target.'cfg(target_os="macos")'.dependencies.cocoa] version = "0.26.0" [target.'cfg(target_os="macos")'.dependencies.core-foundation] version = "0.9.4" [target.'cfg(target_os="macos")'.dependencies.objc] version = "0.2.7" [target.'cfg(target_os="windows")'.dependencies.uuid] version = "1.11.0" features = ["v4"] [target.'cfg(target_os="windows")'.dependencies.winapi] version = "0.3.9" features = [ "libloaderapi", "minwindef", "ntdef", "windef", "wingdi", "winnt", "winuser", ] [lints.clippy] missing_docs_in_private_items = "warn" [lints.rust] missing_docs = "warn" unreachable_pub = "warn" unsafe_op_in_unsafe_fn = "warn"