button_lib 0.1.0

A simple library for buttons with macroquad.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "button_lib"
version = "0.1.0"
authors = ["Mr Richardson"]
edition = "2024"
description = "A simple library for buttons with macroquad."
documentation = "https://docs.rs/button_lib" # TODO verify
readme = "README.md"
repository = "https://github.com/Mr-Richardson/macroquad_button_lib"
license = "GPL-3.0-or-later"
keywords = ["macroquad", "simple", "button"]
categories = ["gui", "game-development", "rendering", "graphics"]
exclude = [".github/workflows/rust.yml", ".gitignore", "rustfmt.toml"]

[dependencies]
macroquad = "0.4.15"
text_lib = "0.1.0"