migui 0.4.1

Immediate Mode GUI in pure Rust for game engines
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 = "migui"
version = "0.4.1"
authors = ["Shield Project"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Immediate Mode GUI in pure Rust for game engines"
documentation = "https://docs.rs/migui"
readme = false
license = "MIT"
repository = "https://github.com/lapumlbb18-blip/Ry-dit"
resolver = "3"

[features]
default = []
sdl2 = ["dep:ry-backend"]

[lib]
name = "migui"
path = "src/lib.rs"

[dependencies.ab_glyph]
version = "0.2"

[dependencies.image]
version = "0.25"

[dependencies.ry-backend]
version = "0.1"
features = ["sdl2-only"]
optional = true

[build-dependencies]