mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
16 lines
502 B
XML
16 lines
502 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
|
|
<meta title="spine-haxe-example" package="spine" version="4.2.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" />
|
|
<assets path="example/assets" include="*.skel" rename="assets" type="binary" />
|
|
|
|
</project> |