button_lib 0.1.0

A simple library for buttons with 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 = "2024"
name = "button_lib"
version = "0.1.0"
authors = ["Mr Richardson"]
build = false
exclude = [
    ".github/workflows/rust.yml",
    ".gitignore",
    "rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple library for buttons with macroquad."
documentation = "https://docs.rs/button_lib"
readme = "README.md"
keywords = [
    "macroquad",
    "simple",
    "button",
]
categories = [
    "gui",
    "game-development",
    "rendering",
    "graphics",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/Mr-Richardson/macroquad_button_lib"

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

[dependencies.macroquad]
version = "0.4.15"

[dependencies.text_lib]
version = "0.1.0"