Skip to content

Commit

Permalink
Merge pull request #13 from Gama11/patch-1
Browse files Browse the repository at this point in the history
Flixel no longer needs old Lime / OpenFL versions
  • Loading branch information
ianharrigan authored Feb 18, 2019
2 parents ef3ba89 + 80d40b8 commit e9e4d03
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e9e4d03

Please sign in to comment.