File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ class Project extends HXProject
141141 addHaxelib('flxanimate', 'git');
142142 addHaxelib('flixel-controls', 'git');
143143 addHaxelib('extension-androidtools', '2.1.1', platformType == MOBILE && haxedefs.get('android'));
144- addHaxelib('hxcpp-debug-server', '1.2.4 ', debug);
144+ addHaxelib('hxcpp-debug-server', 'git ', debug);
145145 addHaxelib('hxdiscord_rpc', '1.3.0', FUNKIN_DISCORD_RPC.isEnabled(this));
146146 addHaxelib('thx.core', '0.44.0');
147147 addHaxelib('thx.semver', '0.2.2');
Original file line number Diff line number Diff line change 1+ {
2+ "dependencies" : [
3+ {
4+ "name" : " extension-androidtools" ,
5+ "type" : " haxelib" ,
6+ "dir" : null ,
7+ "version" : " 2.1.1"
8+ },
9+ {
10+ "name" : " flixel" ,
11+ "type" : " haxelib" ,
12+ "dir" : null ,
13+ "version" : " 6.1.0"
14+ },
15+ {
16+ "name" : " flixel-addons" ,
17+ "type" : " git" ,
18+ "dir" : null ,
19+ "ref" : " technotdrip-engine" ,
20+ "url" : " https://github.com/TilNotDrip/flixel-addons"
21+ },
22+ {
23+ "name" : " flixel-controls" ,
24+ "type" : " git" ,
25+ "dir" : null ,
26+ "ref" : " aa6aa1e8bf50c071907f3282696685ce60418725" ,
27+ "url" : " https://github.com/Geokureli/FlxControls"
28+ },
29+ {
30+ "name" : " flxanimate" ,
31+ "type" : " git" ,
32+ "dir" : null ,
33+ "ref" : " ef85c132044d897a04c5008da29674d88f83c4d6" ,
34+ "url" : " https://github.com/Dot-Stuff/flxanimate"
35+ },
36+ {
37+ "name" : " format" ,
38+ "type" : " haxelib" ,
39+ "dir" : null ,
40+ "version" : " 3.5.0"
41+ },
42+ {
43+ "name" : " funkin.vis" ,
44+ "type" : " git" ,
45+ "dir" : null ,
46+ "ref" : " 1966f8fbbbc509ed90d4b520f3c49c084fc92fd6" ,
47+ "url" : " https://github.com/FunkinCrew/funkVis"
48+ },
49+ {
50+ "name" : " grig.audio" ,
51+ "type" : " git" ,
52+ "dir" : null ,
53+ "ref" : " 57f5d47f2533fd0c3dcd025a86cb86c0dfa0b6d2" ,
54+ "url" : " https://gitlab.com/haxe-grig/grig.audio.git"
55+ },
56+ {
57+ "name" : " hscript" ,
58+ "type" : " haxelib" ,
59+ "dir" : null ,
60+ "version" : " 2.6.0"
61+ },
62+ {
63+ "name" : " hxcpp" ,
64+ "type" : " git" ,
65+ "dir" : null ,
66+ "ref" : " 86d4b1a07ddadf162a0c48487f1e1b17d7bbcd64" ,
67+ "url" : " https://github.com/HaxeFoundation/hxcpp"
68+ },
69+ {
70+ "name" : " hxcpp-debug-server" ,
71+ "type" : " git" ,
72+ "dir" : " hxcpp-debug-server" ,
73+ "ref" : " 93a8027e4f930cf6c4f49c5ad98e56979ca31795" ,
74+ "url" : " https://github.com/vshaxe/hxcpp-debugger.git"
75+ },
76+ {
77+ "name" : " hxdiscord_rpc" ,
78+ "type" : " haxelib" ,
79+ "dir" : null ,
80+ "version" : " 1.3.0"
81+ },
82+ {
83+ "name" : " hxp" ,
84+ "type" : " haxelib" ,
85+ "dir" : null ,
86+ "version" : " 1.3.1"
87+ },
88+ {
89+ "name" : " openfl" ,
90+ "type" : " haxelib" ,
91+ "dir" : null ,
92+ "version" : " 9.4.1"
93+ },
94+ {
95+ "name" : " thx.core" ,
96+ "type" : " haxelib" ,
97+ "dir" : null ,
98+ "version" : " 0.44.0"
99+ },
100+ {
101+ "name" : " thx.semver" ,
102+ "type" : " haxelib" ,
103+ "dir" : null ,
104+ "version" : " 0.2.2"
105+ }
106+ ]
107+ }
You can’t perform that action at this time.
0 commit comments