summaryrefslogtreecommitdiff
path: root/glfw/Cargo.toml
blob: 0a47e73796ee0c8d70b290e3b75e96abdae6e0c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "glfw"
version = "0.1.0"
edition = "2021"

[features]
opengl = []

[dependencies]
libc = "0.2.148"
thiserror = "1.0.49"
bitflags = "2.4.0"
util-macros = { path = "../util-macros" }

[build-dependencies.bindgen]
version = "0.68.1"
default-features = false
features = ["runtime"]