Add a flag that skips warnings for dependency libraries to update.

This commit is contained in:
doggogit 2023-05-14 21:42:25 +02:00
parent d76199043b
commit 55f7633b63
No known key found for this signature in database
GPG Key ID: 46BC61C1559521B1
1 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,6 @@
<!-- <haxelib name="spinehaxe" /> -->
<!-- https://github.com/ninjamuffin99/Flixel-Animate-Atlas-Player -->
<!--<haxelib name="discord_rpc" if="cpp"/> --> <!-- foesn't work with neko -->
<!-- <haxelib name="hxcpp-debug-server" if="desktop"/> -->
@ -174,6 +173,8 @@
<!--Enable this for Nape release builds for a serious peformance improvement-->
<haxedef name="NAPE_RELEASE_BUILD" unless="debug" />
<haxeflag name="-w" value="-WDeprecated" />
<!-- _________________________________ Custom _______________________________ -->
<!--Place custom nodes like icons here (higher priority to override the HaxeFlixel icon)-->
@ -183,7 +184,6 @@
<icon path="art/icon64.png" size='64' />
<icon path="art/iconOG.png" />
<!-- <haxedef name="SKIP_TO_PLAYSTATE" if="debug" /> -->
<haxedef name="CAN_OPEN_LINKS" unless="switch" />