hUI/Cargo.toml

13 lines
164 B
TOML
Raw Normal View History

2024-02-19 10:24:31 -06:00
[workspace]
resolver = "2"
members = [
"hui",
"hui-derive",
"hui-examples",
"hui-glium",
"hui-painter-wip",
"hui-shared",
"hui-wgpu",
"hui-winit"
]