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

fix up versions again and add repository/homepage info

parent 7bc17f68
No related branches found
No related tags found
No related merge requests found
[package]
name = "big-brain"
version = "0.1.0"
version = "0.1.1"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2018"
description = "Rusty Utility AI library"
......@@ -8,6 +8,8 @@ license-file = "LICENSE.md"
readme = "README.md"
keywords = ["utility-ai", "specs", "ecs"]
categories = ["game-development"]
repository = "https://github.com/zkat/big-brain"
homepage = "https://github.com/zkat/big-brain"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
......
[package]
name = "big-brain-derive"
version = "0.1.0"
version = "0.1.1"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2018"
keywords = ["utility-ai", "specs", "ecs"]
categories = ["game-development"]
description = "Derive macros for the big-brain Utility AI library"
license-file = "../LICENSE.md"
repository = "https://github.com/zkat/big-brain"
homepage = "https://github.com/zkat/big-brain"
[lib]
proc-macro = true
......@@ -14,6 +16,6 @@ proc-macro = true
[dependencies]
syn = "1.0.33"
quote = "1.0.7"
big-brain = "0.0.1"
big-brain = "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