mirror of
https://github.com/bevyengine/bevy
synced 2024-12-23 11:33:06 +00:00
8ba9571eed
I created this manually as Github didn't want to run CI for the workflow-generated PR. I'm guessing we didn't hit this in previous releases because we used bors. Co-authored-by: Bevy Auto Releaser <41898282+github-actions[bot]@users.noreply.github.com>
14 lines
234 B
TOML
14 lines
234 B
TOML
[package]
|
|
name = "bevy_utils_proc_macros"
|
|
version = "0.11.0"
|
|
description = "Bevy Utils Proc Macros"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = "2.0"
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0"
|