forked from nannou-org/nannou
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
31 lines (29 loc) · 681 Bytes
/
Cargo.toml
File metadata and controls
31 lines (29 loc) · 681 Bytes
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
[workspace]
members = [
"bevy_nannou",
"bevy_nannou_draw",
"bevy_nannou_render",
"bevy_nannou_wgpu",
"examples",
"generative_design",
"guide/book_tests",
"nannou",
"nannou_audio",
"nannou_core",
"nannou_egui",
"nannou_egui_demo_app",
"nannou_isf",
"nannou_laser",
"nannou_mesh",
"nannou_new",
"nannou_osc",
"nannou_package",
"nannou_wgpu",
"nature_of_code",
"scripts/run_all_examples",
"scripts/set_version",
]
# Required for wgpu v0.10 feature resolution.
resolver = "2"
[workspace.dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", features = ["default"] }