toolkit-ry 0.1.0

Game UI toolkit with HUD widgets, menus, dialogs, inventory system, and 5 pre-built themes
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 = "toolkit-ry"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Game UI toolkit with HUD widgets, menus, dialogs, inventory system, and 5 pre-built themes"
homepage = "https://github.com/lapumlbb18-blip/Ry-dit"
documentation = "https://docs.rs/toolkit-ry"
readme = "README.md"
keywords = [
    "gui",
    "game-ui",
    "hud",
    "widgets",
    "immediate-mode",
]
categories = [
    "game-development",
    "gui",
]
license = "MIT"
repository = "https://github.com/lapumlbb18-blip/Ry-dit"
resolver = "3"

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

[dependencies.migui]
version = "0.4.1"

[dependencies.ry-gfx]
version = "0.10.8"

[dependencies.sdl2]
version = "0.37"