-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
23 lines (21 loc) · 841 Bytes
/
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
[package]
name = "bevy_vox_mesh_animation"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { version = "0.11.0" }
bevy_vox_mesh = { git = "https://github.com/zzhgithub/bevy_vox_mesh.git", branch = "more-info" }
bevy_mod_inverse_kinematics = { git = "https://github.com/Kurble/bevy_mod_inverse_kinematics/" }
bevy-inspector-egui = "0.19.0"
bevy_egui = "0.21.0"
dot_vox = "5.1.1"
bevy_mod_mesh_tools = { git = "https://github.com/DGriffin91/bevy_mod_mesh_tools.git" }
bevy_transform_gizmo = "0.8.0"
bevy_mod_raycast = "0.13"
bevy_mod_picking = { version = "0.15", default-features = false, features = [
"selection",
"backend_raycast",
"highlight",
] }
bevy_panorbit_camera = { version = "0.8.0", features = ["bevy_egui"] }