๐Ÿ“ฆ aevyrie / bevy_mod_bounding

๐Ÿ“„ Cargo.toml ยท 18 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18[package]
name = "bevy_mod_bounding"
version = "0.1.2-alpha.0"
authors = ["Aevyrie Roessler <aevyrie@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Bounding box generation for the Bevy Engine."
repository = "https://github.com/aevyrie/bevy_mod_bounding/"
keywords = ["gamedev", "graphics", "bevy", "3d", "bounding"]
categories = ["game-engines", "rendering"]
resolver = "2"

[dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", version = "0.5" }

[[example]]
name = "demo"