mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-11-23 04:10:53 +00:00
3380f4c71d
* started docs for Blender Blenvy add-on * started migration guide * got rid of a few examples * moved (for now, wip) all remaining examples under the Blenvy umbrella * updated main README * fixed issue with undeleted bin file when setting gltf export options for gltf/bin mode * updated release tools (internal_generate_release_zips) * moved main TODO to root of repo * a lot of related prep work & cleanup
13 lines
478 B
TOML
13 lines
478 B
TOML
[package]
|
|
name = "bevy_gltf_blueprints_animation_example"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
bevy = { version = "0.13", features = ["dynamic_linking"] }
|
|
bevy_gltf_blueprints = { path = "../../../crates/bevy_gltf_blueprints" }
|
|
bevy_gltf_worlflow_examples_common_rapier = { path = "../../common_rapier" }
|
|
bevy_rapier3d = { version = "0.25.0", features = ["serde-serialize", "debug-render-3d", "enhanced-determinism"] }
|
|
rand = "0.8.5"
|