# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "gl-struct" version = "0.0.1" authors = ["Joshua Smith "] description = "Safe but transparent wrappers for the OpenGL API" documentation = "https://docs.rs/gl-struct" readme = "README.md" keywords = ["opengl", "gamedev", "wrapper", "api"] categories = ["api-bindings", "rendering::graphics-api"] license = "MIT" repository = "https://github.com/jsmith628/gl-struct" resolver = "2" [dependencies.gl] version = "0.12.0" [dev-dependencies.glfw] version = "0.27.0" [dev-dependencies.rand] version = "0.5.5" [dev-dependencies.rayon] version = "1.0.3" [features] default = [] extra_large_uniform_arrays = [] large_uniform_arrays = []