Skip to content

Commit

Permalink
update haxelib.json, README
Browse files Browse the repository at this point in the history
  • Loading branch information
01010111 committed Oct 7, 2020
1 parent 9815bc5 commit 8661ac8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ Extensions are a neat language feature of Haxe. They can add functionality to pr
Learn more about using Extensions [here](https://github.com/01010111/zerolib/wiki/Extensions)!

### .utilities
A handful of utilities like vectors, a pseudo-random number generator, a tiny ECS implementation, and more!
A handful of utilities like vectors, a tweening library, a A* haxe implementation, and more!

**[Browse the API](http://01010111.com/zerolib/)**
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "MIT",
"tags": ["game", "gamedev", "math", "utilities", "extensions"],
"description": "Zerolib is a framework agnostic library of extensions, utilities, and other helpful classes for making games!",
"version": "0.7.0",
"releasenote": "Added Timers, GOAP, Vec3, AStar, and more!",
"version": "0.8.0",
"releasenote": "Added Tween, AnimationManager, and more!",
"contributors": ["01010111", "austineast"],
"dependencies": {}
}

0 comments on commit 8661ac8

Please sign in to comment.