add Feathers UI bootstrap

This commit is contained in:
2025-11-14 14:15:52 +01:00
parent b749c5b56a
commit 0ea49051d0
4 changed files with 38 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<meta title="LPTCManager2026" package="com.example.LPTCManager2026" version="1.0.0" company="My Company"/>
<app main="LPTCManager2026"/>
<window allow-high-dpi="true"/>
<window fps="60"/>
<window fps="0" if="html5"/>
<source path="src"/>
<haxelib name="openfl"/>
<haxelib name="actuate"/>
<haxelib name="feathersui"/>
<icon path="assets/icons/icon.svg"/>
</project>