agb/agb-macros/Cargo.toml

17 lines
388 B
TOML
Raw Normal View History

2021-08-07 16:24:19 +01:00
[package]
name = "agb_macros"
2024-06-18 17:49:56 +01:00
version = "0.20.5"
authors = ["Gwilym Inzani <gw@ilym.me>"]
2023-02-07 20:32:35 +00:00
edition = "2021"
2021-08-07 16:24:19 +01:00
license = "MPL-2.0"
2021-08-07 16:40:09 +01:00
description = "Macro for declaring the entry point for a game using the agb library"
repository = "https://github.com/agbrs/agb"
2021-08-07 16:24:19 +01:00
[lib]
proc-macro = true
[dependencies]
2023-03-23 22:02:23 +00:00
syn = { version = "2", features = ["full", "extra-traits"] }
2022-03-14 20:34:02 +00:00
proc-macro2 = "1"
2023-07-18 18:55:12 +01:00
quote = "1"