minifb-ui 0.1.20

Light wrapper around minifb to make creation of windows and UI elements simple
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 = "2024"
name = "minifb-ui"
version = "0.1.20"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Light wrapper around minifb to make creation of windows and UI elements simple"
documentation = "https://docs.rs/minifb-ui"
readme = "README.md"
keywords = [
    "gamedev",
    "ui",
    "window",
    "graphics",
]
categories = [
    "game-development",
    "gui",
]
license = "MIT"
repository = "https://github.com/LordAfterEight/minifb-ui"

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

[dependencies.fontdue]
version = "0.9.3"

[dependencies.minifb]
version = "0.28.0"