[view] added yaml template support

This commit is contained in:
2018-02-05 17:52:58 +03:00
parent cc6717f46b
commit 823f3ea596
3 changed files with 41 additions and 8 deletions

View File

@@ -2,13 +2,15 @@
"name": "haxework",
"url" : "https://bitbucket.org/shmyga/haxework.git",
"license": "BSD",
"tags": ["flash"],
"tags": ["flash", "openfl"],
"description": "Framework.",
"version": "0.6.1",
"version": "0.7.0",
"releasenote": "Update.",
"contributors": ["shmyga"],
"classPath": "src/main",
"dependencies": {
"promhx": ""
"promhx": "1.1.0",
"openfl": "7.0.0",
"yaml": "1.3.0"
}
}