From 80d40b895c3bcf12212ffab76b4765434143d804 Mon Sep 17 00:00:00 2001 From: Jens Fischer Date: Mon, 18 Feb 2019 15:15:15 +0100 Subject: [PATCH] Flixel no longer needs old Lime / OpenFL versions --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9b58472..65eb73a 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,14 @@ ## Installation -`haxeui-flixel` relies on `haxeui-core` as well as `Flixel`. At the moment, `haxeui-flixel` is intended to be used with `dev` versions of `Flixel`. To install: +`haxeui-flixel` relies on `haxeui-core` as well as `Flixel`. ``` -haxelib git flixel https://github.com/HaxeFlixel/flixel +haxelib install flixel haxelib install haxeui-core haxelib install haxeui-flixel ``` -Also note that as of right now, `Flixel` has dependencies but can only run on `OpenFL 3.6.1` and `Lime 2.9.1`. - ## Usage After installing `Lime`, `OpenFL`, `Flixel`, `haxeui-core`, and `haxeui-flixel`, the latter three should be included in `project.xml`. In the future, including `haxeui-flixel` will also handle the dependencies automatically.