aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: a29976d94e47885e6e7a8fd363e7f9dfe90c6324 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "opengl-registry-macros"
version = "0.1.0"
license = "MIT OR Apache-2.0"
edition = "2021"
description = "Macros utilizing the OpenGL API and Extension Registry"
repository = "https://git.hampusmat.com/opengl-registry-macros"

[lib]
proc-macro = true

[dependencies]
once_cell = "1.17.0"
proc-macro2 = "1.0.51"
convert_case = "0.6.0"
opengl-registry = "0.1.0"
regex = "1.7.1"

[dev-dependencies]
quote = "1.0.23"
pretty_assertions = "1.3.0"