mirror of
https://github.com/bevyengine/bevy
synced 2024-11-15 01:18:01 +00:00
8d67832dfa
# Objective We should bump our version to 0.8.0-dev after releasing 0.7.0, according to our release checklist. ## Solution Do it.
14 lines
332 B
TOML
14 lines
332 B
TOML
[package]
|
|
name = "bevy_macro_utils"
|
|
version = "0.8.0-dev"
|
|
edition = "2021"
|
|
description = "A collection of utils for Bevy Engine"
|
|
homepage = "https://bevyengine.org"
|
|
repository = "https://github.com/bevyengine/bevy"
|
|
license = "MIT OR Apache-2.0"
|
|
keywords = ["bevy"]
|
|
|
|
[dependencies]
|
|
cargo-manifest = "0.2.6"
|
|
syn = "1.0"
|
|
quote = "1.0"
|