# 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-passthrough" version = "0.55.0" authors = ["The glfw-rs developers."] description = "GLFW3 bindings and idiomatic wrapper for Rust with Passthrough patches." readme = "README.md" keywords = [ "windowing", "opengl", "vulkan", ] license = "Apache-2.0" repository = "https://github.com/coderedart/glfw-rs.git" [dependencies.ash] version = "0.37.2" optional = true [dependencies.bitflags] version = "1.0.0" [dependencies.glfw-sys-passthrough] version = "4" optional = true [dependencies.image] version = "^0.24.1" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.raw-window-handle-0-5] version = "0.5.0" package = "raw-window-handle" [dependencies.raw-window-handle-0-6] version = "0.6.0" optional = true package = "raw-window-handle" [dev-dependencies.log] version = "0.4" [features] all = [ "image", "vulkan", "log", "wayland", "raw-window-handle-v0-6", ] default = [ "glfw-sys-passthrough", "raw-window-handle-v0-6", ] raw-window-handle-v0-6 = ["dep:raw-window-handle-0-6"] vulkan = ["ash"] wayland = ["glfw-sys-passthrough/wayland"] [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3" features = ["libloaderapi"]