# 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 = "quad-gl" version = "0.2.13" authors = ["not-fl3 "] description = "Statefull immediate mode rendering libarary on top of miniquad.\nInspired by opengl1, rlgl and sokol-gl.\n" homepage = "https://github.com/not-fl3/quad-gl" license = "MIT/Apache-2.0" repository = "https://github.com/not-fl3/quad-gl" [dependencies.glam] version = "0.10" features = ["scalar-math"] [dependencies.image] version = "0.22" features = ["png_codec"] default-features = false [dependencies.miniquad] version = "0.3.0-alpha.22"