mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-11-22 20:00:53 +00:00
9b50d77790
* chore(v0.14): upgraded all current crates, examples, testing setup etc to Bevy 0.14 * chore(Blender tools): some minor fixed for Bevy 0.14 & version bump
21 lines
874 B
TOML
21 lines
874 B
TOML
[package]
|
|
name = "bevy_gltf_blueprints"
|
|
version = "0.11.0"
|
|
authors = ["Mark 'kaosat-dev' Moissette"]
|
|
description = "Adds the ability to define Blueprints/Prefabs for Bevy inside gltf files and spawn them in Bevy."
|
|
homepage = "https://github.com/kaosat-dev/Blender_bevy_components_workflow"
|
|
repository = "https://github.com/kaosat-dev/Blender_bevy_components_workflow"
|
|
keywords = ["gamedev", "bevy", "gltf", "blueprint", "prefab"]
|
|
categories = ["game-development"]
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
bevy_gltf_components = { version = "0.6", path = "../bevy_gltf_components" }
|
|
bevy = { version = "0.14", default-features = false, features = ["bevy_asset", "bevy_scene", "bevy_gltf", "bevy_animation", "animation"] }
|
|
|
|
[dev-dependencies]
|
|
bevy = { version = "0.14", default-features = false, features = ["dynamic_linking"] } |