18 lines
463 B
XML
18 lines
463 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
|
|
<meta title="Simple OpenGLView" package="com.limeframework.samples.simpleopengl" version="1.0.0" company="OpenFL Technologies" />
|
|
<app main="Main" path="Export" file="SimpleOpenGL" />
|
|
|
|
<window width="960" height="640" />
|
|
|
|
<source path="Source" />
|
|
|
|
<haxelib name="lime" />
|
|
<haxelib name="format" />
|
|
|
|
<assets path="Assets" rename="assets" exclude="*.svg" />
|
|
<icon path="Assets/lime.svg" />
|
|
|
|
</project>
|