mirror of
https://github.com/bevyengine/bevy
synced 2024-11-27 07:00:18 +00:00
16 lines
No EOL
350 B
TOML
16 lines
No EOL
350 B
TOML
[package]
|
|
name = "bevy_hecs_macros"
|
|
version = "0.1.0"
|
|
description = "Bevy fork of hecs-macros: procedural macro definitions for hecs"
|
|
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.3"
|
|
proc-macro2 = "1.0.1"
|
|
proc-macro-crate = "0.1.4" |