2021-05-19 19:03:36 +00:00
|
|
|
[package]
|
|
|
|
name = "bevy_macro_utils"
|
2022-11-12 20:01:29 +00:00
|
|
|
version = "0.9.0"
|
2021-10-27 00:12:14 +00:00
|
|
|
edition = "2021"
|
2021-05-19 19:03:36 +00:00
|
|
|
description = "A collection of utils for Bevy Engine"
|
|
|
|
homepage = "https://bevyengine.org"
|
|
|
|
repository = "https://github.com/bevyengine/bevy"
|
2021-07-23 21:11:51 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2021-05-19 19:03:36 +00:00
|
|
|
keywords = ["bevy"]
|
|
|
|
|
|
|
|
[dependencies]
|
2023-01-26 18:09:43 +00:00
|
|
|
toml_edit = "0.18"
|
2021-05-19 19:03:36 +00:00
|
|
|
syn = "1.0"
|
2021-08-24 00:31:21 +00:00
|
|
|
quote = "1.0"
|