MXHX Manifest
Parses MXHX manifest files that map namespaced components to fully-qualified Haxe class names.
Minimum Requirements
- Haxe 4.0
Installation
Install Haxe.
Open a terminal, and then install Feathers UI using the following command:
haxelib install mxhx-manifest
Project Configuration
After installing the library above, add it to your Haxe .hxml file.
--library mxhx-manifest
For Lime and OpenFL, add it to your project.xml file.
<haxelib name="mxhx-manifest" />