2022-09-14 07:27:29 +00:00
|
|
|
[package]
|
|
|
|
name = "bevy_mod_inverse_kinematics"
|
2023-11-05 13:46:23 +00:00
|
|
|
version = "0.5.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]
|
2024-02-19 09:20:10 +00:00
|
|
|
bevy = "0.13"
|