# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "gles30" version = "0.5.2" authors = ["Lokathor "] description = "GLES 3.0 loader/bindings" license = "Zlib OR Apache-2.0 OR MIT" repository = "https://github.com/Lokathor/gles30" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docs_rs"] [[example]] name = "fermium_global" required-features = ["global_loader"] [[example]] name = "fermium_struct" required-features = ["struct_loader"] [dependencies.bytemuck] version = "1.2" optional = true [dependencies.chlorine] version = "1" optional = true [dependencies.log] version = "0.4" optional = true [dev-dependencies.fermium] version = "200.12" features = ["static_link"] default-features = false [features] GL_KHR_debug = [] debug_automatic_glGetError = [] debug_trace_calls = [] default = [] global_loader = [] inline = [] inline_always = [] struct_loader = []