egui-macroquad-fork 0.1.0

Bindings between egui and macroquad
Documentation
# 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-fork"
version = "0.1.0"
authors = [
    "Ilya Sheprut <optozorax@gmail.com>",
    "Y. D. Santos <yds12@protonmail.com>",
]
description = "Bindings between egui and macroquad"
homepage = "https://github.com/yds12/tarsila"
readme = "README.md"
keywords = [
    "gui",
    "imgui",
    "immediate",
    "portable",
    "gamedev",
]
categories = [
    "gui",
    "game-development",
]
license = "MIT"
repository = "https://github.com/yds12/tarsila"
resolver = "1"

[dependencies.egui]
version = "0.21.0"

[dependencies.egui-miniquad]
version = "0.14.0"

[dependencies.macroquad]
version = "0.3.25"