# 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 = "alloy_graphene" version = "0.0.6" authors = ["Folling "] description = "A pure-rust abstraction over the various graphics libraries" readme = "README.md" keywords = [ "graphics", "gui", "opengl", "rendering", ] categories = [ "api-bindings", "graphics", "gui", "rendering", "rendering::graphics-api", ] license = "BSD-3-Clause" repository = "https://github.com/folling/graphene" [dependencies.gl] version = "0.14.0" optional = true [dependencies.strum] version = "0.23.0" [dependencies.strum_macros] version = "0.23.0" [dependencies.thiserror] version = "1.0.30" [features] all = ["opengl"] default = ["all"] opengl = ["gl"]