# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "gl_helpers" version = "0.1.8" authors = ["nathanfaucett "] description = "gl helpers" homepage = "https://gitlab.com/nathanfaucett/rs-gl_helpers" readme = "README.md" keywords = ["gl", "helpers"] license = "MIT" repository = "https://gitlab.com/nathanfaucett/rs-gl_helpers.git" [package.metadata.android] android_version = 18 build_targets = ["arm-linux-androideabi"] fullscreen = true label = "GL Helpers" opengles_version_major = 2 opengles_version_minor = 0 package_name = "io.nathanfaucett.gl_helpers" [package.metadata.android.activity_attributes] "android:screenOrientation" = "unspecified" "android:uiOptions" = "none" [package.metadata.android.application_attributes] "android:debuggable" = "true" "android:hardwareAccelerated" = "true" [dependencies.fnv] version = "1.0" [dependencies.gl] version = "0.11" [dependencies.regex] version = "1.0" [dev-dependencies.glutin] version = "0.19" [dev-dependencies.main_loop] version = "0.3" features = ["glutin"] default-features = false [dev-dependencies.mat4] version = "0.2" [dev-dependencies.rand] version = "0.6" [dev-dependencies.time] version = "0.1" [dev-dependencies.vec3] version = "0.2"