Skip to content
Snippets Groups Projects
Unverified Commit 4e12b122 authored by Kat Marchán's avatar Kat Marchán
Browse files

fix derive

parent 2c1d07bc
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ name = "big-brain-derive"
version = "0.1.1"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2018"
keywords = ["utility-ai", "specs", "ecs"]
keywords = ["utility-ai", "ai", "bevy", "ecs"]
categories = ["game-development"]
description = "Derive macros for the big-brain Utility AI library"
license-file = "../LICENSE.md"
......@@ -16,6 +16,5 @@ proc-macro = true
[dependencies]
syn = "1.0.33"
quote = "1.0.7"
# big-brain = { path = "../", version = "0.1.0" }
proc-macro2 = "1.0.18"
darling = "0.10.2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment