bevy_state_tool 0.1.0

A small package to simplify bevy writing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["IllusionAutumn d161442079@163.com"]
description = "A small package to simplify bevy writing"
edition = "2021"
include = ["**/*.rs", "Cargo.toml"]
license = "MIT OR Apache-2.0"
name = "bevy_state_tool"
readme = "README.md"
version = "0.1.0"