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

[dependencies]
libc = "0.2.148"
thiserror = "1.0.49"

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