Migrate to renamed loader and rename artifact group

This commit is contained in:
2014-11-24 13:34:06 +00:00
parent 10c8cc74f7
commit 81f501f0d1
5 changed files with 7 additions and 61 deletions

View File

@@ -5,7 +5,7 @@ import mimis.value.Windows;
public class Native {
static {
net.rubygrapefruit.platform.Native.load("com.github.boukefalos.mimis", "mimis");
com.github.boukefalos.jlibloader.Native.load("com.github.boukefalos", "jlibmimis");
}
public native static int getHandle(String window);