bevy_mod_inverse_kinematics/Cargo.toml

17 lines
588 B
TOML
Raw Normal View History

2022-09-14 07:27:29 +00:00
[package]
name = "bevy_mod_inverse_kinematics"
2022-11-13 09:20:21 +00:00
version = "0.2.0"
2022-09-18 10:48:40 +00:00
authors = ["Bram Buurlage <brambuurlage@gmail.com>"]
2022-09-14 07:27:29 +00:00
edition = "2021"
categories = ["game-engines", "graphics", "rendering"]
2022-09-18 10:48:40 +00:00
description = "An inverse kinematics plugin for the Bevy engine."
repository = "https://github.com/Kurble/bevy_mod_inverse_kinematics/"
2022-09-14 07:32:05 +00:00
keywords = ["gamedev", "graphics", "bevy", "animation"]
2022-09-14 07:27:29 +00:00
license = "MIT OR Apache-2.0"
[dependencies]
2022-11-13 09:20:21 +00:00
bevy = "0.9.0"
#bevy_prototype_debug_lines = { version = "0.9.1", features = ["3d"], optional = true }
[features]
2022-11-13 09:20:21 +00:00
#debug_lines = ["bevy_prototype_debug_lines"]