Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion building/libs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<!-- <git name="lime" url="https://github.com/CodenameCrew/cne-lime" /> disabled for now until fixed -->

<!-- Flixel -->
<git name="flixel" url="https://github.com/CodenameCrew/cne-flixel" />
<lib name="hxWebP" skipDeps="true" />
<git name="flixel" url="https://github.com/Xnilios/cne-flixelhxwebp" />
<git name="flixel-addons" url="https://github.com/CodenameCrew/cne-flixel-addons" />

<!-- Other Libraries -->
Expand Down
1 change: 1 addition & 0 deletions project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
<haxedef name="no-deprecation-warnings"/>
<haxedef name="DISCORD_DISABLE_IO_THREAD" if="DISCORD_RPC"/>

<haxelib name="hxWebP" />
<haxelib name="flixel" />
<haxelib name="flixel-addons" />

Expand Down