Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendon Smith committed Jul 7, 2015
1 parent 467811c commit efb5201
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@
<meta title="BabylonHx_Lime" package="com.babylonhx" version="1.0.0" company="Krtolica Vujadin" />
<app main="MainLime" file="BabylonHx_Lime" path="bin_lime" />

<window require-shaders="true" hardware="true" depth-buffer="true" />
<window require-shaders="true" hardware="true" depth-buffer="true" stencil-buffer="true" antialiasing="0" />

<source path="src" />

<haxelib name="lime" />
<haxelib name="actuate" />
<haxelib name="poly2trihx" />
<haxelib name="msgpack-haxe" />

<haxedef name="HXCPP_DEBUGGER" if="debug" />
<haxedef name="-verbose" />
<haxedef name="-v2" />


<assets path="assets" exclude="*.svg" />
<icon path="assets/lime.svg" />

</project>
</project>

0 comments on commit efb5201

Please sign in to comment.