macroquad-text 0.1.1

A Simple way to draw text in macroquad with support of using glyphs from multiple fonts in a single draw_text call, also known as fallback fonts
Documentation
[dependencies.fontdue]
version = "0.6"

[dependencies.macroquad]
default-features = false
version = "0.3"
[dev-dependencies.macroquad]
default-features = false
version = "0.3"

[package]
authors = ["Ricky12Awesome"]
categories = ["graphics", "gui", "rendering"]
description = "A Simple way to draw text in macroquad with support of using glyphs from multiple fonts in a single draw_text call, also known as fallback fonts"
edition = "2021"
exclude = ["assets"]
homepage = "https://github.com/Ricky12Awesome/macroquad-text"
license = "MIT"
name = "macroquad-text"
readme = "README.md"
repository = "https://github.com/Ricky12Awesome/macroquad-text"
resolver = "2"
version = "0.1.1"