# 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 = "imgui-miniquad-render" version = "0.1.8" authors = ["not-fl3 "] description = "miniquad based minimal imgui application wrapper" homepage = "https://github.com/not-fl3/imgui-miniquad-render" license = "MIT/Apache-2.0" repository = "https://github.com/not-fl3/imgui-miniquad-render" [dependencies.glam] version = "0.8" features = ["scalar-math"] [dependencies.imgui] version = "0.5.0" [dependencies.miniquad] version = "0.3.0-alpha.20"