matte 0.3.1

Minimalist and allocation free GUI Layout
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "matte"
version = "0.3.1"
edition = "2024"
description = "Minimalist and allocation free GUI Layout"
license = "MIT"
repository = "https://github.com/DoctorWhoof/matte"
documentation = "https://docs.rs/matte/latest/matte/"
categories = ["no-std"]

[workspace]
members = ["example_basic", "example_mquad", "example_sdl"]

# [dependencies]
# normal_float = { path = "../normal_float" }