[dependencies.bevy]
version = "0.14.1"
[dependencies.double_dot_macro_derive]
version = "0.4.0"
[dependencies.double_dot_macro_types]
version = "0.1.0"
[dependencies.quote]
version = "1.0.33"
[dependencies.syn]
version = "2.0.43"
[lib]
path = "src/lib.rs"
[package]
authors = ["doubledotinteractive@gmail.com"]
description = "Macros for the Double-Dot crate ecosystem"
edition = "2021"
homepage = "https://github.com/Double-Dot-Interactive/double_dot_macro"
keywords = ["gamedev", "bevy"]
license = "MIT OR Apache-2.0"
name = "double_dot_macro"
readme = "README.md"
repository = "https://github.com/Double-Dot-Interactive/double_dot_macro.git"
version = "0.4.1"