Skip to content

Commit

Permalink
Haxelib release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-git committed Jun 7, 2020
1 parent a52c86b commit f439d63
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OpenFL port of latest Starling GAF Player (https://github.com/CatalystApps/Starl

Done with help of as3hx (https://github.com/HaxeFoundation/as3hx)

Works with OpenFL Starling 2.xx (https://github.com/openfl/starling) for flash and html5 targets (others not checked, but should work)
Works with OpenFL Starling 2.xx (https://github.com/openfl/starling)

Support work with zip files and nested movies (see demo)

Expand All @@ -16,4 +16,5 @@ Not implemented ATF support in GAF, Sound not checked, but should work

# Dependencies
zip library https://github.com/starburst997/haxe-zip

haxe format library (needed for zip library)
16 changes: 16 additions & 0 deletions haxelib.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "gafplayer-starling",
"url": "https://github.com/andrew-git/StarlingGAFPlayerOpenFL",
"license": "MIT",
"tags": ["gaf", "openfl", "starling", "cross", "js", "flash", "cpp", "game", "android", "ios"],
"description": "GAF Player OpenFL Starling",
"version": "2.0.0",
"releasenote": "Release GAF Player OpenFL Starling 2.xx version",
"contributors": [ "andrew" ],
"classPath": "src/",
"dependencies": {
"openfl": "",
"starling": "2.5.1",
"zip": ""
}
}

0 comments on commit f439d63

Please sign in to comment.