yurei 0.2.21

a WIP high level wrapper around bevy_rapier3d created to remove some of the boilerplate while prototyping 3d platformers with bevy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.bevy]
version = "0.9.1"

[dependencies.bevy_rapier3d]
version = "0.19.0"

[package]
description = "a WIP high level wrapper around bevy_rapier3d created to remove some of the boilerplate while prototyping 3d platformers with bevy"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "yurei"
repository = "https://github.com/spooky-th-ghost/yurei"
version = "0.2.21"