Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vantreeseba committed May 5, 2020
1 parent a3b6162 commit df7fd41
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions haxelib.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "dropecho.dungen",
"description": "A procedural generation toolkit for games",
"classPath": "src",
"dependencies": {
"libnoise": "",
"dropecho.ds": "",
"dropecho.interop": ""
},
"url": "https://github.com/dropecho/dungen",
"contributors": [
"vantreeseba"
],
"version": "0.3.0",
"releasenote": "FIX: fix some issues with extender",
"tags": [
"game",
"procedural",
"dungeon"
],
"license": "MIT"
}
"name": "dropecho.dungen",
"description": "A procedural generation toolkit for games",
"classPath": "src",
"dependencies": {
"dropecho.interop": "",
"libnoise": "",
"dropecho.ds": ""
},
"url": "https://github.com/dropecho/dungen",
"contributors": [
"vantreeseba"
],
"version": "0.4.0",
"releasenote": "Lots of cleanup, setup interop lib",
"tags": [
"game",
"procedural",
"dungeon"
],
"license": "MIT"
}

0 comments on commit df7fd41

Please sign in to comment.