forked from CodenameCrew/CodenameEngine
-
Notifications
You must be signed in to change notification settings - Fork 32
/
libs.mobile.xml
29 lines (23 loc) · 1.14 KB
/
libs.mobile.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<libraries>
<!-- OpenFL & Lime (Required for Flixel) -->
<lib name="openfl" version="9.2.2" />
<git name="lime" url="https://github.com/mcagabe19-stuff/lime" />
<!-- Lime Building Dependencies -->
<lib name="hxp" version="1.3.0" />
<lib name="format" version="3.6.0" />
<!-- Flixel -->
<git name="flixel" url="https://github.com/CodenameCrew/cne-flixel" />
<git name="flixel-addons" url="https://github.com/CodenameCrew/cne-flixel-addons" />
<!-- Other Libraries -->
<git name="hscript-improved" url="https://github.com/CodenameCrew/hscript-improved" ref="custom-classes" />
<git name="flxanimate" url="https://github.com/CodenameCrew/cne-flxanimate" />
<lib name="hxvlc" version="1.9.3" skipDeps="true" />
<!-- Documentation and other features -->
<git name="away3d" url="https://github.com/CodenameCrew/away3d" />
<!-- <lib name="dox" /> -->
<lib name="markdown" />
<!-- Android Specific -->
<git name="extension-androidtools" url="https://github.com/MAJigsaw77/extension-androidtools" ref="main" skipDeps="true" />
<git name="hxcpp" url="https://github.com/mcagabe19-stuff/hxcpp" />
</libraries>