summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: cafa6908004360d0593743a3c8942aadd13c811e (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "opengl-sys"
version = "0.1.0"
edition = "2021"
description = "Low-level OpenGL bindings"

[dependencies]
opengl-registry-macros = "0.1.0"

[build-dependencies]
bindgen = "0.63.0"