bevy_kindly 0.3.3

Minimalistic implementation of entity kinds for Bevy ECS.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.bevy_ecs]
version = "0.11.*"

[dependencies.bevy_kindly_macros]
version = "0.2.1"

[dev-dependencies.bevy]
version = "0.11.*"

[package]
description = "Minimalistic implementation of entity kinds for Bevy ECS."
edition = "2021"
homepage = "https://github.com/Zeenobit/bevy_kindly"
license-file = "LICENSE.md"
name = "bevy_kindly"
readme = "README.md"
repository = "https://github.com/Zeenobit/bevy_kindly"
version = "0.3.3"