summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f767b94e1af8d6d02e41869da8fc72c6c820d453 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "opengl-sys"
version = "0.1.0"
edition = "2021"
description = "Low-level OpenGL bindings"

[dependencies]

[build-dependencies]
opengl-registry = "0.2.0"
quote = "1.0.23"
proc-macro2 = "1.0.56"
convert_case = "0.6.0"
regex = "1.7.1"
once_cell = "1.17.0"

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