bevy_fnplugins 0.1.1

A plugin for bevy that allows you to use functions as plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "bevy_fnplugins"
authors = ["spider-killer556"]
version = "0.1.1"
edition = "2021"
keywords = ["bevy"]
description = "A plugin for bevy that allows you to use functions as plugins"
license = "MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy = "0.12.1"