-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
148 lines (132 loc) · 6.67 KB
/
Cargo.toml
File metadata and controls
148 lines (132 loc) · 6.67 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
[package]
default-run = "local"
edition = "2021"
name = "potion"
version = "0.1.0"
[profile.dev]
opt-level = 1
[profile.dev.package."*"]
opt-level = 3
[dependencies]
bevy = "0.14"
bevy_egui = "0.28"
bevy_debug_texture = "0.3"
#sabi = {git = "https://github.com/aceeri/sabi", features = ["public"]}
serde = {version = "1.0", features = ["derive"]}
#springy = {git = "https://github.com/aceeri/springy", features = ["rapier3d"]}
springy = {version = "0.2", features = ["rapier3d"]}
bevy_mod_wanderlust = {git = "https://github.com/aceeri/bevy_mod_wanderlust", branch = "bevy-0.14"}
#bevy_mod_wanderlust = {git = "https://github.com/PROMETHIA-27/bevy_mod_wanderlust"}
#bevy_mod_wanderlust = { path = "../bevy_mod_wanderlust"}
#bevy_mod_edge_detection = {path = "../bevy_mod_edge_detection"}
#bevy_mod_edge_detection = {git = "https://github.com/IceSentry/bevy_mod_edge_detection"}
bevy-inspector-egui = "0.25"
bevy_mod_billboard = "0.7"
#bevy_editor_pls = "0.5"
#bevy_editor_pls = {git = "https://github.com/jakobhellermann/bevy_editor_pls"}
#bevy_editor_pls = {path = "../bevy_editor_pls/crates/bevy_editor_pls"}
bevy_framepace = "0.17"
#bevy_mod_inverse_kinematics = "0.6"
bevy_mod_inverse_kinematics = {git = "https://github.com/aceeri/bevy_mod_inverse_kinematics", branch = "master"}
bevy_rapier3d = {version = "0.27", features = ["serde-serialize", "simd-stable", "parallel"]}
#bevy_rapier3d_f64 = {version = "0.27", features = ["serde-serialize", "simd-stable", "parallel"]}
#bevy_rapier3d = {path = "../bevy_rapier/bevy_rapier3d"}
bincode = "1.3"
bitflags = "1.3"
derive_more = "0.99"
egui = "0.28"
leafwing-input-manager = "0.14"
wgpu-types = "0.20"
#bevy_mod_picking = { git = "https://github.com/aevyrie/bevy_mod_picking" }
rand = "0.8"
#bevy_mod_component_mirror = "0.9"
#bevy_renet = {git = "https://github.com/lucaspoffo/renet"}
obj = "0.10.2"
[patch."https://github.com/jakobhellermann/bevy_editor_pls"]
#bevy_editor_pls = {path = "../bevy_editor_pls/crates/bevy_editor_pls"}
#bevy_editor_pls_default_windows = { path = "../bevy_editor_pls/crates/bevy_editor_pls_default_windows" }
#bevy_editor_pls_core = {path = "../bevy_editor_pls/crates/bevy_editor_pls_core"}
#bevy_editor_pls = {git = "https://github.com/aceeri/bevy_editor_pls", branch = "viewport"}
#bevy_editor_pls_default_windows = {git = "https://github.com/aceeri/bevy_editor_pls", branch = "viewport"}
#bevy_editor_pls_core = {git = "https://github.com/aceeri/bevy_editor_pls", branch = "viewport"}
[patch."https://github.com/aevyrie/bevy_mod_raycast"]
#bevy_mod_raycast = { path = "../bevy_mod_raycast" }
[patch."https://github.com/aevyrie/bevy_mod_picking"]
#bevy_mod_picking = { path = "../bevy_mod_picking" }
#bevy_mod_picking = { git = "https://github.com/aevyrie/bevy_mod_picking", branch = "beta"}
[patch."https://github.com/aevyrie/bevy_framepace"]
#bevy_framepace = { path = "../bevy_framepace" }
[patch."https://github.com/PROMETHIA-27/bevy_mod_wanderlust"]
#bevy_mod_wanderlust = {path = "../bevy_mod_wanderlust"}
[patch.crates-io]
#egui = { path = "../egui/crates/egui" }
#egui_dock = { path = "../egui_dock" }
#bevy_framepace = { path = "../bevy_framepace" }
#rechannel = { git = "https://github.com/lucaspoffo/renet" }
#renet = { git = "https://github.com/lucaspoffo/renet" }
#renetcode = { git = "https://github.com/lucaspoffo/renet" }
#bevy_rapier3d = {git = "https://github.com/dimforge/bevy_rapier", rev = "38e1b79169303c47d639d64558b7d9adeed99211"}
#bevy_rapier3d = {git = "https://github.com/aceeri/bevy_rapier", branch = "potion-master"}
#bevy_rapier3d_f64 = {git = "https://github.com/aceeri/bevy_rapier", branch = "potion-master"}
#bevy_rapier3d = {path = "../bevy_rapier/bevy_rapier3d"}
#rapier3d = {path = "../rapier/crates/rapier3d"}
#bevy_rapier3d = {path = "../bevy_rapier/bevy_rapier3d"}
#parry3d = {path = "../parry/crates/parry3d"}
#bevy-inspector-egui = {path = "../bevy-inspector-egui"}
#bevy_mod_wanderlust = {path = "../bevy_mod_wanderlust"}
#bevy_mod_wanderlust = {git = "https://github.com/aceeri/bevy_mod_wanderlust", branch = "plugin-setup"}
#parry3d = {git = "https://github.com/aceeri/parry"}
#bevy_mod_wanderlust = {git = "https://github.com/aceeri/bevy_mod_wanderlust"}
#bevy-inspector-egui = { git = "https://github.com/jakobhellermann/bevy-inspector-egui" }
#bevy_mod_raycast = { path = "../bevy_mod_raycast" }
#
# Replacing the entirety of bevy
#bevy = {git = "https://github.com/bevyengine/bevy"}
#bevy_animation = {git = "https://github.com/bevyengine/bevy"}
#bevy_app = {git = "https://github.com/bevyengine/bevy"}
#bevy_asset = {git = "https://github.com/bevyengine/bevy"}
#bevy_audio = {git = "https://github.com/bevyengine/bevy"}
#bevy_core = {git = "https://github.com/bevyengine/bevy"}
#bevy_core_pipeline = {git = "https://github.com/bevyengine/bevy"}
#bevy_derive = {git = "https://github.com/bevyengine/bevy"}
#bevy_diagnostic = {git = "https://github.com/bevyengine/bevy"}
##bevy_dylib = {git = "https://github.com/bevyengine/bevy"}
##bevy_dynamic_plugin = {git = "https://github.com/bevyengine/bevy"}
#bevy_ecs = {git = "https://github.com/bevyengine/bevy"}
##bevy_ecs_compile_fail_tests = {git = "https://github.com/bevyengine/bevy"}
#bevy_encase_derive = {git = "https://github.com/bevyengine/bevy"}
#bevy_gilrs = {git = "https://github.com/bevyengine/bevy"}
#bevy_gltf = {git = "https://github.com/bevyengine/bevy"}
#bevy_hierarchy = {git = "https://github.com/bevyengine/bevy"}
#bevy_input = {git = "https://github.com/bevyengine/bevy"}
#bevy_internal = {git = "https://github.com/bevyengine/bevy"}
#bevy_log = {git = "https://github.com/bevyengine/bevy"}
#bevy_macro_utils = {git = "https://github.com/bevyengine/bevy"}
#bevy_math = {git = "https://github.com/bevyengine/bevy"}
#bevy_mikktspace = {git = "https://github.com/bevyengine/bevy"}
#bevy_pbr = {git = "https://github.com/bevyengine/bevy"}
#bevy_ptr = {git = "https://github.com/bevyengine/bevy"}
#bevy_reflect = {git = "https://github.com/bevyengine/bevy"}
#bevy_render = {git = "https://github.com/bevyengine/bevy"}
#bevy_scene = {git = "https://github.com/bevyengine/bevy"}
#bevy_sprite = {git = "https://github.com/bevyengine/bevy"}
#bevy_tasks = {git = "https://github.com/bevyengine/bevy"}
#bevy_text = {git = "https://github.com/bevyengine/bevy"}
#bevy_time = {git = "https://github.com/bevyengine/bevy"}
#bevy_transform = {git = "https://github.com/bevyengine/bevy"}
#bevy_ui = {git = "https://github.com/bevyengine/bevy"}
#bevy_utils = {git = "https://github.com/bevyengine/bevy"}
#bevy_window = {git = "https://github.com/bevyengine/bevy"}
#bevy_winit = {git = "https://github.com/bevyengine/bevy"}
#
[[bin]]
name = "local"
path = "src/binaries/local.rs"
[[bin]]
name = "client"
path = "src/binaries/client.rs"
[[bin]]
name = "server"
path = "src/binaries/server.rs"
[lib]
crate-type = ["cdylib", "rlib"]