hUI/Cargo.toml
griffi-gh 2aa3993447 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
2024-12-11 20:39:50 +01:00

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"
]