bevy_api_gen 0.5.0

A code generator creating macro invocations to support the changing bevy API
Documentation
[[bin]]
name = "bevy_api_gen"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "3.2.6"

[dependencies.indexmap]
features = ["serde"]
version = "1.9.1"

[dependencies.rustdoc-types]
version = "0.24.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_derive]
version = "1.0.137"

[dependencies.serde_json]
version = "1.0.81"

[dependencies.toml]
version = "0.5.9"

[lib]
name = "bevy_api_gen_lib"
path = "src/lib.rs"

[package]
authors = ["Maksymilian Mozolewski <makspl17@gmail.com>"]
categories = ["game-development"]
description = "A code generator creating macro invocations to support the changing bevy API"
edition = "2021"
homepage = "https://github.com/makspll/bevy_mod_scripting"
keywords = ["bevy", "gamedev", "scripting", "lua", "code-generation"]
license = "MIT"
name = "bevy_api_gen"
readme = "readme.md"
repository = "https://github.com/makspll/bevy_mod_scripting"
version = "0.5.0"