seldom_fn_plugin 0.6.0

Allows using Rust functions in place of Bevy plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "seldom_fn_plugin"
version = "0.6.0"
edition = "2021"
categories = ["game-development"]
description = "Allows using Rust functions in place of Bevy plugins"
keywords = ["gamedev", "bevy"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/Seldom-SE/seldom_fn_plugin"

[dependencies]
bevy = { version = "0.13.0", default-features = false }