20 lines
838 B
TOML
20 lines
838 B
TOML
[package]
|
|
name = "bevy_gltf_components"
|
|
version = "0.2.1"
|
|
authors = ["Mark 'kaosat-dev' Moissette"]
|
|
description = "Allows you to define [Bevy](https://bevyengine.org/) components direclty inside gltf files and instanciate the components on the Bevy side."
|
|
homepage = "https://github.com/kaosat-dev/Blender_bevy_components_workflow"
|
|
repository = "https://github.com/kaosat-dev/Blender_bevy_components_workflow"
|
|
keywords = ["gamedev", "bevy", "assets", "gltf", "components"]
|
|
categories = ["game-development"]
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dev-dependencies]
|
|
bevy = { version = "0.12", default-features = false, features = ["bevy_asset", "bevy_scene", "bevy_gltf"] }
|
|
|
|
[dependencies]
|
|
bevy = { version = "0.12", default-features = false, features = ["bevy_asset", "bevy_scene", "bevy_gltf"] }
|
|
serde = "1.0.188"
|
|
ron = "0.8.1"
|