[package] authors = ["Mark Bunker"] description = "A noob-friendly binding, and approach to OpenGL window context creation and development." edition = "2018" homepage = "https://www.facebook.com/Why-am-I-still-here-2442260439158704/" keywords = ["glfw", "window", "windows", "opengl", "gl"] license-file = "Apache_License" name = "Fortility" version = "0.0.3" [[bin]] name = "fortility" path = "src/fortility.rs" [dependencies] glfw = "0.29.0"