java.lang.Object
io.github.jwharm.cairobindings.LibLoad
The LibLoad class is used internally to load native libraries by name
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
loadLibrary
(String name) Load the native library with the provided name
-
Method Details
-
loadLibrary
Load the native library with the provided name- Parameters:
name
- the name of the library
-