android_base 0.1.0

A base for making android applications in rust with piston and glutin-window that simplifies android development
[package]
name = "android_base"
version = "0.1.0"
authors = ["OptimisticPeach"]
edition = "2018"
description = """
A base for making android applications in rust with piston and glutin-window that simplifies android development
"""
repository = "https://github.com/OptimisticPeach/android_rs_base"
readme = "./readme.md"
keywords = ["android", "graphics", "base"]
categories = ["games", "game-engines", "hardware-support", "os", "rendering"]
license = "MIT"

[dependencies]
android_glue = "0.2.3"
piston2d-graphics = "0.28.0"
optimisticpeach-opengles_graphics = "0.1.3"
piston = "0.39.0"
winit = "0.18.0"
pistoncore-glutin_window = "0.51.1"
glutin = "0.19.0"
shader_version = "0.3.0"
piston-viewport = "0.5.0"