mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
0736195a1e
# Objective - Fixes #8282 - Update `syn` to 2.0, `encase` to 0.6, `glam` to 0.24 and `hexasphere` to 9.0 Blocked ~~on https://github.com/teoxoy/encase/pull/42~~ and ~~on https://github.com/OptimisticPeach/hexasphere/pull/17~~ --------- Co-authored-by: Nicola Papale <nicopap@users.noreply.github.com> Co-authored-by: JoJoJet <21144246+JoJoJet@users.noreply.github.com>
19 lines
436 B
TOML
19 lines
436 B
TOML
[package]
|
|
name = "bevy_render_macros"
|
|
version = "0.11.0-dev"
|
|
edition = "2021"
|
|
description = "Derive implementations for bevy_render"
|
|
homepage = "https://bevyengine.org"
|
|
repository = "https://github.com/bevyengine/bevy"
|
|
license = "MIT OR Apache-2.0"
|
|
keywords = ["bevy"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
bevy_macro_utils = { path = "../../bevy_macro_utils", version = "0.11.0-dev" }
|
|
|
|
syn = "2.0"
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|