Documentation
[package]
name = "gl_helpers"
version = "0.1.4"
authors = ["nathanfaucett <nathanfaucett@gmail.com>"]

keywords = ["gl", "helpers"]
description = "gl helpers"
license = "MIT"
readme = "README.md"
repository = "https://gitlab.com/nathanfaucett/rs-gl_helpers.git"
homepage = "https://gitlab.com/nathanfaucett/rs-gl_helpers"

[dependencies]
gl = { version = "0.9" }
regex = { version = "0.2" }

[dev-dependencies]
glutin = { version = "0.12" }
time = { version = "0.1" }
rand = { version = "0.4" }
mat4 = { version = "0.1" }
vec3 = { version = "0.1" }
main_loop = { version = "0.2" }


[package.metadata.android]
package_name = "io.nathanfaucett.gl_helpers"
label = "GL Helpers"
android_version = 18
fullscreen = false
build_targets = ["arm-linux-androideabi"]

opengles_version_major = 2
opengles_version_minor = 0

[package.metadata.android.application_attributes]
"android:debuggable" = "true"
"android:hardwareAccelerated" = "true"

[package.metadata.android.activity_attributes]
"android:screenOrientation" = "unspecified"
"android:uiOptions" = "none"