blob: 707bf013427761962500b42d8c70a9536cfdb7f4 (
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 = { git = "https://git.hampusmat.com/opengl-registry-macros" }
[build-dependencies]
bindgen = "0.63.0"
|