nexus/bevy-add-events-macro/Cargo.toml

13 lines
377 B
TOML

[package]
name = "bevy-add-events-macro"
version = "0.1.0"
edition = "2021"
authors = ["Malek <pocmalek@gmail.com>"]
description = "A macro to add multiple events to a bevy app easily"
repository = "https://git.tebibyte.media/nexus"
publish = true
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]