mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
15 lines
421 B
XML
15 lines
421 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
|
|
<meta title="spine-haxe-example" package="spine" version="4.1.0" company="Esoteric Software" />
|
|
<app main="Main" path="export" file="SpineHaxeExample" />
|
|
<window allow-high-dpi="true" />
|
|
|
|
<haxelib name="openfl" />
|
|
<haxelib name="starling" />
|
|
<haxelib name="spine-haxe" />
|
|
|
|
<source path="example/src" />
|
|
<assets path="example/assets" rename="assets" />
|
|
|
|
</project> |