[go: up one dir, main page]

glfw-sys 3.1.3

An Open Source, multi-platform library for creating windows with OpenGL contexts and receiving input and events
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "glfw-sys"
version = "3.1.3"
authors = ["Camilla Berglund <elmindreda@elmindreda.org>"]

build = "build.rs"

description = "An Open Source, multi-platform library for creating windows with OpenGL contexts and receiving input and events"
documentation = "http://www.glfw.org/documentation.html"
homepage = "http://www.glfw.org/"
repository = "https://github.com/servo/glfw"
readme = "README.md"
license = "Zlib/Libpng"

[lib]
name = "glfw_sys"
path = "lib.rs"