# 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] name = "gl-context-loader" version = "0.1.8" authors = ["Felix Schütt ", "The Servo Project Developers"] description = "Minimal OpenGL function loader for no_std OpenGL contexts" homepage = "https://azul.rs/" keywords = ["gui", "gleam", "graphics", "opengl", "no_std"] categories = ["gui"] license = "Apache-2.0/MIT" repository = "https://github.com/fschutt/gl-context-loader" [dependencies.gleam] version = "0.13.1" optional = true default-features = false [features] debug = ["std"] default = ["std"] error = ["debug", "std"] gleam_trait = ["gleam", "std"] std = []