bevycheck 0.1.3

Helpful bevy error messages by proc-macro
Documentation
[[example]]
name = "test"
test = false
[dependencies.bevy]
default-features = false
version = "0.5"

[dependencies.proc-macro-error]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"
[dev-dependencies.trybuild]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Jakob Hellermann <hellermann@sipgate.com>"]
categories = ["development-tools::procedural-macro-helpers", "game-development"]
description = "Helpful bevy error messages by proc-macro"
edition = "2018"
keywords = ["bevy", "errors", "debug"]
license = "MIT"
name = "bevycheck"
readme = "README.md"
repository = "https://github.com/jakobhellermann/bevycheck"
version = "0.1.3"