mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 23:24:44 +00:00
16 lines
No EOL
289 B
TOML
16 lines
No EOL
289 B
TOML
[package]
|
|
name = "bevy_ecs_macros"
|
|
version = "0.4.0"
|
|
description = "Bevy ECS Macros"
|
|
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = "1.0"
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0"
|
|
find-crate = "0.6" |