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
This commit is contained in:
griffi-gh 2024-12-11 20:39:50 +01:00
parent 292dda66d1
commit 2aa3993447
16 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,12 @@
[workspace]
resolver = "2"
members = ["hui", "hui-derive", "hui-examples", "hui-glium", "hui-painter", "hui-shared", "hui-wgpu", "hui-winit"]
members = [
"hui",
"hui-derive",
"hui-examples",
"hui-glium",
"hui-painter-wip",
"hui-shared",
"hui-wgpu",
"hui-winit"
]

View file

@ -1,5 +1,5 @@
[package]
name = "hui-painter"
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"
@ -8,7 +8,7 @@ rust-version = "1.75"
version = "0.1.0-alpha.5"
edition = "2021"
license = "GPL-3.0-or-later"
publish = true
publish = false # TODO: change to true once ready
include = [
"src/**/*.rs",
"Cargo.toml",