[package] name = "rs-glfw3" version = "0.1.6" license = "BSD-3-Clause" authors = ["Raja Lehtihet ", "Wael El Oraiby "] edition = "2018" description = "GLFW3 bindings (no dependency on std)" repository = "https://github.com/NeoCogi/rs-glfw3" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rs-ctypes = "0.1.1" [build-dependencies] cc = { version = "1.0.59", features = ["parallel"] } bindgen = "0.55.1"