mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 05:03:47 +00:00
16 lines
No EOL
419 B
TOML
16 lines
No EOL
419 B
TOML
[package]
|
|
name = "hecs-macros"
|
|
version = "0.3.0"
|
|
description = "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 = { version = "1.0", default-features = false, features = ["proc-macro", "parsing", "printing", "derive"] }
|
|
quote = "1.0.3"
|
|
proc-macro2 = "1.0.1"
|
|
proc-macro-crate = "0.1.4" |