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

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

[build-dependencies]
bindgen = "0.68.1"