# 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] name = "glfw-sys" version = "5.0.0+3.3.9" authors = ["Camilla Berglund "] build = "build.rs" links = "glfw" description = "An Open Source, multi-platform library for creating windows with OpenGL contexts and receiving input and events" homepage = "http://www.glfw.org/" documentation = "http://www.glfw.org/documentation.html" readme = "README.md" license = "Zlib" repository = "https://github.com/PistonDevelopers/glfw-sys" [lib] name = "glfw_sys" path = "lib.rs" [build-dependencies.cmake] version = "0.1" [features] wayland = []