Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade lime version to 8.1.3 #831

Merged
merged 4 commits into from
Dec 31, 2024
Merged
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
1 change: 1 addition & 0 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
<assets path="assets/fonts" />
<!-- _______________________________ Libraries ______________________________ -->

<haxelib name="lime" version="8.1.3" />
<haxelib name="flixel" />
<haxelib name="flixel-ui" />
<haxelib name="flixel-addons" />
Expand Down
2 changes: 1 addition & 1 deletion hmm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "lime",
"type": "haxelib",
"version": null
"version": "8.1.3"
},
{
"name": "openfl",
Expand Down
2 changes: 1 addition & 1 deletion setup/unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://haxe.org/download
echo Installing dependencies...
echo This might take a few moments depending on your internet speed.
haxelib install lime
haxelib install lime 8.1.3
haxelib install openfl
haxelib install flixel 5.6.2
haxelib install flixel-addons 3.2.3
Expand Down
2 changes: 1 addition & 1 deletion setup/windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd ..
echo Installing dependencies...
echo This might take a few moments depending on your internet speed.
@echo on
haxelib install lime
haxelib install lime 8.1.3
haxelib install openfl
haxelib install flixel 5.6.2
haxelib install flixel-addons 3.2.3
Expand Down
Loading