-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathCargo.toml
40 lines (40 loc) · 1.53 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[workspace]
resolver = "2"
members = [
"zaplib/cargo-zaplib",
"zaplib/ci",
"zaplib/examples/example_bigedit",
"zaplib/examples/example_bigedit/http",
"zaplib/examples/example_bigedit/hub",
"zaplib/examples/example_bigedit/macrolib",
"zaplib/examples/example_bigedit/microserde",
"zaplib/examples/example_bigedit/microserde/derive",
"zaplib/examples/example_charts",
"zaplib/examples/example_flamegraph",
"zaplib/examples/example_image",
"zaplib/examples/example_lightning",
"zaplib/examples/example_lots_of_buttons",
"zaplib/examples/example_shader",
"zaplib/examples/example_single_button",
"zaplib/examples/example_text",
"zaplib/examples/test_bottom_bar",
"zaplib/examples/test_geometry",
"zaplib/examples/test_layout",
"zaplib/examples/test_many_quads",
"zaplib/examples/test_multithread",
"zaplib/examples/test_padding",
"zaplib/examples/test_popover",
"zaplib/examples/test_shader_2d_primitives",
"zaplib/examples/tutorial_2d_rendering/step1",
"zaplib/examples/tutorial_2d_rendering/step2",
"zaplib/examples/tutorial_2d_rendering/step3",
"zaplib/examples/tutorial_3d_rendering/step2",
"zaplib/examples/tutorial_3d_rendering/step3",
"zaplib/examples/tutorial_hello_thread",
"zaplib/examples/tutorial_hello_world_canvas",
"zaplib/examples/tutorial_hello_world_console",
"zaplib/examples/tutorial_js_rust_bridge",
"zaplib/examples/tutorial_ui_components",
"zaplib/examples/tutorial_ui_layout",
"zaplib/web/test_suite",
]