bevy/crates/bevy_ecs/hecs/macros/Cargo.toml
bjorn3 80a0448473
Add bevy_dylib to force dynamic linking of bevy (#808)
This easily improve compilation time by 2x
2020-11-09 19:26:08 -08:00

16 lines
No EOL
338 B
TOML

[package]
name = "bevy_hecs_macros"
version = "0.3.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"
proc-macro2 = "1.0"
find-crate = "0.5"