2022-09-14 07:27:29 +00:00
|
|
|
[package]
|
|
|
|
name = "bevy_mod_inverse_kinematics"
|
2022-09-20 13:56:20 +00:00
|
|
|
version = "0.1.1"
|
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]
|
|
|
|
bevy = "0.8.1"
|
2022-09-18 09:40:20 +00:00
|
|
|
bevy_prototype_debug_lines = { version = "0.8.1", features = ["3d"], optional = true }
|
|
|
|
|
|
|
|
[features]
|
|
|
|
debug_lines = ["bevy_prototype_debug_lines"]
|