-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
37 lines (30 loc) · 1.13 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
[workspace]
resolver = "2"
members = [
"actors/*",
"interfaces/*/rust",
# "capability_providers/*",
]
default-members = [
"actors/*",
"interfaces/*/rust",
# "capability_providers/*",
]
exclude = ["ui/rust_new","capability_providers"]
[profile.release]
# Optimize for small code size
#opt-level = "s"
#lto = true
debug = true
[patch.crates-io]
wasmbus-rpc= {git ="https://github.com/wasmCloud/weld", rev="8a056a18cd3f80df05de5d13d31e9a5878ceb3a5"}
wasmbus-macros= {git ="https://github.com/wasmCloud/weld", rev="8a056a18cd3f80df05de5d13d31e9a5878ceb3a5"}
getrandom = {git ="https://github.com/alanpoon/bevy_wasmcloud_patches"}
#tracing-wasm = {path="wasmcloud_patches/tracing-wasm"}
[patch."https://github.com/bevyengine/bevy"]
bevy_app = {git ="https://github.com/alanpoon/bevy_wasmcloud_patches"}
bevy_internal = {git ="https://github.com/alanpoon/bevy_wasmcloud_patches"}
bevy_render = {git ="https://github.com/alanpoon/bevy_wasmcloud_patches"}
bevy_time = {git ="https://github.com/alanpoon/bevy_wasmcloud_patches"}
#[patch."https://github.com/alanpoon/bevy_rapier"]
#bevy_rapier2d = {path="../bevy_stuff/bevy_rapier2/bevy_rapier2d"}