hUI/hui-painter-wip/Cargo.toml
griffi-gh 2aa3993447 rename hui-painter to hui-painter-wip
prob never getting done lol
im experimenting with an entirely new library, this one's a mess and i think i could design sth better if i start from the ground up
2024-12-11 20:39:50 +01:00

25 lines
709 B
TOML

[package]
name = "hui-painter-wip"
description = "UI rendering middleware for hUI, abstracts away triangulation, text layout and rendering and all the other hard stuff."
repository = "https://github.com/griffi-gh/hui"
readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"]
rust-version = "1.75"
version = "0.1.0-alpha.5"
edition = "2021"
license = "GPL-3.0-or-later"
publish = false # TODO: change to true once ready
include = [
"src/**/*.rs",
"Cargo.toml",
]
[dependencies]
hui-shared = { version = "0.1.0-alpha.5", path = "../hui-shared" }
glam = "0.29"
log = "0.4"
rect_packer = "0.2" # TODO: use sth else like `crunch` instead?
hashbrown = "0.15"
nohash-hasher = "0.2"
fontdue = "0.9"