1
1
Fork 0
mirror of https://github.com/griffi-gh/hUI.git synced 2025-04-13 11:17:21 -05:00

rename hui-painter-wip to hui-painter

This commit is contained in:
griffi-gh 2025-03-04 16:53:10 +01:00
parent aa4aa9ac8a
commit d1cb6cf5f4
16 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ members = [
"hui-derive",
"hui-examples",
"hui-glium",
"hui-painter-wip",
"hui-painter",
"hui-shared",
"hui-wgpu",
"hui-winit"

View file

@ -1,5 +1,5 @@
[package]
name = "hui-painter-wip"
name = "hui-painter"
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"