bevy_mod_inverse_kinematics/Cargo.toml

15 lines
443 B
TOML
Raw Normal View History

2022-09-14 07:27:29 +00:00
[package]
name = "bevy_mod_inverse_kinematics"
2024-02-19 09:24:56 +00:00
version = "0.6.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:24:56 +00:00
bevy = "0.13"