Is there any minimal library, that contains all what is needed? 2.35MB isn't good...
indeed there is: none ;) once you converted to Bones' native format, you only need bones.jar and of course jpct.jar at runtime.
so I have another problem... where I get bones.jar? :D I found just sources
edit: sorry directory "build"...
it's in the build/ directory of the zip file. you can also re-build it with the command
ant make-jar
or preferably
ant clean make-jar