mirror of
https://github.com/griffi-gh/hUI.git
synced 2025-04-12 10:47:20 -05:00
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
13 lines
164 B
TOML
13 lines
164 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"hui",
|
|
"hui-derive",
|
|
"hui-examples",
|
|
"hui-glium",
|
|
"hui-painter-wip",
|
|
"hui-shared",
|
|
"hui-wgpu",
|
|
"hui-winit"
|
|
]
|