first commit
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<project>
|
||||
<meta title="CafeTownsend" package="com.feathersui.samples.cairngorm.CafeTownsend" version="1.0.0" company="Bowler Hat LLC"/>
|
||||
<meta title="Cafe Townsend Cairngorm — Feathers UI Samples" if="html5"/>
|
||||
<app main="com.feathersui.cafetownsend.Main" file="CafeTownsend"/>
|
||||
|
||||
<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"/>
|
||||
<haxelib name="feathersui-cairngorm"/>
|
||||
|
||||
<icon path="assets/icons/feathersui-icon.svg"/>
|
||||
|
||||
<!-- copies data/Employees.xml to output -->
|
||||
<assets path="assets/data" rename="data" embed="false"/>
|
||||
</project>
|
||||
Reference in New Issue
Block a user