flowquad 1.1.2

Flowquad is a library that helps you build UI stuff with Macroquad.
Documentation
[dependencies.macroquad]
version = "0.4.14"

[[example]]
name = "cont"
path = "examples/cont.rs"

[[example]]
name = "helloworld"
path = "examples/helloworld.rs"

[[example]]
name = "img"
path = "examples/img.rs"

[[example]]
name = "textinp"
path = "examples/textinp.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Flowquad is a library that helps you build UI stuff with Macroquad."
edition = "2024"
license = "MIT"
name = "flowquad"
readme = "README.md"
repository = "https://github.com/Muhtasim-Rasheed/flowquad"
version = "1.1.2"