# 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.56" name = "glfw_raw_window_handle_0_5_0" version = "0.48.0" authors = ["The glfw-rs developers."] description = "GLFW3 bindings and idiomatic wrapper for Rust." readme = "README.md" keywords = [ "windowing", "opengl", "vulkan", ] license = "Apache-2.0" repository = "https://github.com/bjz/glfw-rs" [dependencies.bitflags] version = "1.0.0" [dependencies.glfw-sys] version = "4.0.0" optional = true [dependencies.image] version = "^0.24.1" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.raw-window-handle] version = "0.5.0" [dependencies.vk-sys] version = "^0.4" optional = true [dev-dependencies.log] version = "0.4" [features] all = [ "image", "vulkan", "log", "wayland", ] default = ["glfw-sys"] vulkan = ["vk-sys"] wayland = ["glfw-sys/wayland"] [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3" features = ["libloaderapi"]