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:
parent
aa4aa9ac8a
commit
d1cb6cf5f4
Cargo.toml
hui-painter
|
@ -5,7 +5,7 @@ members = [
|
|||
"hui-derive",
|
||||
"hui-examples",
|
||||
"hui-glium",
|
||||
"hui-painter-wip",
|
||||
"hui-painter",
|
||||
"hui-shared",
|
||||
"hui-wgpu",
|
||||
"hui-winit"
|
||||
|
|
|
@ -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"
|
Loading…
Reference in a new issue