# 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" rust-version = "1.60" name = "egui-miniquad" version = "0.15.0" authors = [ "Logachev Fedor ", "Emil Ernerfeldt ", ] include = [ "../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml", ] description = "Bindings between egui and miniquad" homepage = "https://github.com/not-fl3/egui-miniquad" readme = "README.md" keywords = [ "gui", "imgui", "immediate", "portable", "gamedev", ] categories = [ "gui", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/not-fl3/egui-miniquad" [profile.release] opt-level = 2 [dependencies.bytemuck] version = "1.9" [dependencies.egui] version = "0.28" features = ["bytemuck"] [dependencies.miniquad] version = "=0.4.0" [dependencies.quad-url] version = "0.1" [dev-dependencies.egui_demo_lib] version = "0.28" default-features = false [dev-dependencies.glam] version = "0.28.0" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tracing-subscriber] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2.7" features = ["custom"] [target."cfg(target_arch = \"wasm32\")".dependencies.quad-rand] version = "0.2.1" [target."cfg(target_os = \"macos\")".dependencies.copypasta] version = "0.10.0"