# 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 = "glfw-native" version = "0.1.2" authors = ["SamHSmith <13868670+SamHSmith@users.noreply.github.com>"] exclude = [".idea/*"] description = "GLFW-Native is a glfw-wrapper for rust including the glfw3native.h header. This allows you to easily use glfw with vulkan middleware since all the middleware support native vulkan surfaces. This means that you can use glfw's abstractions to write crossplatform code. And then when platform specific handles are needed they can easily be used." homepage = "https://www.glfw.org/" documentation = "https://www.glfw.org/docs/3.2/modules.html" license = "MIT" repository = "https://github.com/SamHSmith/glfw-native-rs" [dependencies] [build-dependencies.bindgen] version = "0.51.1" [features] default = ["x11"] wayland = [] x11 = []