File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ @ echo off
2+ color 0a
3+ cd ..
4+ @ echo on
5+ echo Setting dependencies...
6+ echo This might take a few moments depending on your internet speed and if the library version isn't installed.
7+ haxelib set lime 8.2.2
8+ haxelib set openfl 9.4.1
9+ haxelib set flixel 5.6.2
10+ haxelib set flixel-addons 3.3.2
11+ haxelib set flixel-tools 1.5.1
12+ haxelib set hscript-iris 1.1.3
13+ haxelib set tjson 1.4.0
14+ haxelib set hxdiscord_rpc 1.3.0
15+ haxelib set hxvlc 2.0.1
16+ haxelib set helder.set 0.3.1
17+ haxelib set yaml 2.0.1
18+ haxelib set hxWebSockets git
19+ haxelib set haxe-concurrent 5.1.3
20+ haxelib set actuate 1.9.0
21+ haxelib set flixel-ui 2.6.1
22+ haxelib set hscript 2.5.0
23+ haxelib set noisehx 0.0.1
24+ REM Add more haxelib set commands here if you add more versioned libraries above
25+ echo All required library versions have been set.
You can’t perform that action at this time.
0 commit comments