flowquad 1.1.2

Flowquad is a library that helps you build UI stuff with Macroquad.
Documentation
1
2
3
4
5
6
7
8
//! This module contains all UI Widgets for Flowquad.
pub mod widget;
pub mod container;
pub mod label;
pub mod textinput;
pub mod image;
pub mod button;
pub mod toggle;