glfm_gui

Library used when deploying GLFM application to mobile device. Contains stub classes for GLFW to prevent compilation errors.

Gradle:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Maven:

	dependencies {
	        implementation 'com.github.orange451:glfm_gui:master-SNAPSHOT'
	}