rainyt / openfl-spine

Supports Spine renderer versions 3.8 to 4.2 on OpenFL
MIT License
18 stars 6 forks source link

Move files from src folder up #1

Closed Beeblerox closed 6 years ago

Beeblerox commented 6 years ago

It's impossible to work with library installed from haxelib without moving files manually. So this Pull Request fixes this.

sh-dave commented 6 years ago

Or just add "classPath": "src" in the haxelib.json?

Beeblerox commented 6 years ago

@sh-dave didn't know about that. Thank you :)