# 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 = "egui-macroquad" version = "0.15.0" authors = ["Ilya Sheprut "] include = [ "LICENSE-APACHE", "LICENSE-MIT", "**/*.rs", "Cargo.toml", ] description = "Bindings between egui and macroquad" homepage = "https://github.com/optozorax/egui-macroquad" readme = "README.md" keywords = [ "gui", "imgui", "immediate", "portable", "gamedev", ] categories = [ "gui", "game-development", ] license = "MIT/Apache-2.0" repository = "https://github.com/optozorax/egui-macroquad" [profile.release] opt-level = 2 [dependencies.egui] version = "0.21.0" [dependencies.egui-miniquad] version = "0.14.0" [dependencies.macroquad] version = "0.3.25" default-features = false [dev-dependencies.egui_demo_lib] version = "0.21.0" [features] audio = ["macroquad/audio"] default = ["audio"]