[go: up one dir, main page]

glfw 0.3.0

GLFW3 bindings and idiomatic wrapper for Rust.
Documentation
[package]
name = "glfw"
version = "0.3.0"
authors = ["The glfw-rs developers."]
description = "GLFW3 bindings and idiomatic wrapper for Rust."
keywords = ["windowing", "opengl"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/bjz/glfw-rs"

[features]
default = ["glfw-sys"]

[dependencies]
semver = "0.2"
log = "0.3"
bitflags = "0.3"
libc = "0.2"
enum_primitive = "0.1"
num = "0.1"

[dependencies.glfw-sys]
version = "3.1.3"
optional = true