# 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 = "rogl" version = "0.2.1" authors = ["Michael Pollind "] description = "Rust GL library (rogl): A complete gl binding built for Rust." homepage = "https://github.com/pollend/rogl.git" readme = "../README.md" license = "Apache-2.0" repository = "https://github.com/pollend/rogl" [dependencies.libloading] version = "0.7" optional = true [features] debug = [] default = ["loaded", "debug"] gl10 = [] gl11 = [] gl12 = [] gl13 = [] gl14 = [] gl15 = [] gl20 = [] gl21 = [] gl30 = [] gl31 = [] gl32 = [] gl33 = [] gl40 = [] gl41 = [] gl42 = [] gl43 = [] gl44 = [] gl45 = [] gl46 = [] gles10 = [] gles20 = [] gles30 = [] gles31 = [] gles32 = [] linked = [] loaded = ["libloading"]