diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -7,10 +7,14 @@ description = "Low-level OpenGL bindings" [dependencies] [build-dependencies] -bindgen = "0.63.0" 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"] |