We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe375f commit 2080c63Copy full SHA for 2080c63
haxelib.json
@@ -1,13 +1,18 @@
1
{
2
"name": "echo",
3
"license": "MIT",
4
- "tags": ["physics", "collisions"],
+ "tags": [
5
+ "physics",
6
+ "collisions"
7
+ ],
8
"description": "Simple Physics Library written in Haxe",
- "contributors": ["austineast"],
9
+ "contributors": [
10
+ "austineast"
11
12
"url": "https://austineast.dev/echo",
- "releasenote": "aabb and other optimizations (thanks @Yanrishatum!)",
- "version": "2.0.0",
13
+ "releasenote": "optimizing and polygon fixes",
14
+ "version": "2.1.0",
15
"dependencies": {
16
"hxmath": ""
17
}
-}
18
+}
0 commit comments