forked from CodenameCrew/CodenameEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibs.xml
25 lines (21 loc) · 930 Bytes
/
libs.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
<?xml version="1.0" encoding="utf-8"?>
<libraries>
<!-- Flixel -->
<git name="flixel" url="https://github.com/FNF-CNE-Devs/flixel"/>
<git name="flixel-addons" url="https://github.com/FNF-CNE-Devs/flixel-addons"/>
<!-- Other Libraries -->
<git name="hscript-improved" url="https://www.github.com/FNF-CNE-Devs/hscript-improved" ref="custom-classes" />
<git name="discord-rpc" url="https://github.com/Aidan63/linc_discord-rpc"/>
<git name="flxanimate" url="https://github.com/FNF-CNE-Devs/flxanimate/" />
<git name="hxCodec-cne" url="https://github.com/FNF-CNE-Devs/hxCodec-cne"/>
<!-- Documentation and other features -->
<lib name="dox"/>
<lib name="away3d" />
<lib name="format" />
<lib name="extension-androidtools" />
<lib name="markdown" />
<lib name="hxcpp-debug-server" />
<!-- OpenFL & Lime (Required for Flixel) -->
<lib name="openfl" />
<lib name="lime" />
</libraries>