text_lib 0.1.0

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

[dependencies]
macroquad = "0.4.15"