mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-12-22 04:18:21 -06:00
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:
parent
292dda66d1
commit
2aa3993447
11
Cargo.toml
11
Cargo.toml
|
@ -1,3 +1,12 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
resolver = "2"
|
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"
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[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."
|
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"
|
repository = "https://github.com/griffi-gh/hui"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
@ -8,7 +8,7 @@ rust-version = "1.75"
|
||||||
version = "0.1.0-alpha.5"
|
version = "0.1.0-alpha.5"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
publish = true
|
publish = false # TODO: change to true once ready
|
||||||
include = [
|
include = [
|
||||||
"src/**/*.rs",
|
"src/**/*.rs",
|
||||||
"Cargo.toml",
|
"Cargo.toml",
|
Loading…
Reference in a new issue