2021-08-07 16:24:19 +01:00
|
|
|
[package]
|
2021-08-15 20:37:36 +01:00
|
|
|
name = "agb_macros"
|
2024-06-18 17:49:56 +01:00
|
|
|
version = "0.20.5"
|
2023-07-26 10:27:49 +01:00
|
|
|
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"
|
2022-07-14 21:49:53 +01:00
|
|
|
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"
|