# 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 = "gavle" version = "0.1.1" authors = ["Matheus Branco Borella "] description = "OpenGL wrapper crate modeled after wgpu." readme = "README.md" keywords = ["graphics"] license = "MIT OR Apache-2.0" repository = "https://github.com/DarkRyu550/gavle" resolver = "2" [dependencies.arrayvec] version = "0.6" [dependencies.bitflags] version = "1" [dependencies.bytemuck] version = "1" optional = true [dependencies.generational-arena] version = "0.2" [dependencies.glow] version = "0.11" [dependencies.image] version = "0.23" optional = true default-features = false [dependencies.log] version = "0.4" [dependencies.smallvec] version = "1" [dependencies.thiserror] version = "1" [dependencies.tinyvec] version = "1" [features] mipmap-generation = [ "image", "bytemuck", ]