[gui] udpate skins and dispatchers

This commit is contained in:
2019-02-06 17:59:13 +03:00
parent 6c0bb2af8c
commit bc2bb7d125
41 changed files with 407 additions and 382 deletions

View File

@@ -1,16 +1,21 @@
{
"name": "haxework",
"url" : "https://bitbucket.org/shmyga/haxework",
"license": "BSD",
"tags": ["flash", "openfl"],
"description": "Framework.",
"version": "0.8.2",
"releasenote": "Update.",
"contributors": ["shmyga"],
"classPath": "src/main",
"dependencies": {
"promhx": "1.1.0",
"openfl": "8.5.1",
"yaml": "1.3.0"
}
"name": "haxework",
"url": "https://bitbucket.org/shmyga/haxework",
"license": "BSD",
"tags": [
"flash",
"openfl"
],
"description": "Framework.",
"version": "0.9.0",
"releasenote": "Update.",
"contributors": [
"shmyga"
],
"classPath": "src/main",
"dependencies": {
"promhx": "1.1.0",
"openfl": "8.5.1",
"yaml": "1.3.0"
}
}