Skip to content

Commit

Permalink
Flixel no longer needs old Lime / OpenFL versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 authored Feb 18, 2019
1 parent ef3ba89 commit 80d40b8
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 80d40b8

Please sign in to comment.