# 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] edition = "2018" name = "android_base" version = "0.1.0" authors = ["OptimisticPeach"] description = "A base for making android applications in rust with piston and glutin-window that simplifies android development\n" readme = "./readme.md" keywords = ["android", "graphics", "base"] categories = ["games", "game-engines", "hardware-support", "os", "rendering"] license = "MIT" repository = "https://github.com/OptimisticPeach/android_rs_base" [dependencies.android_glue] version = "0.2.3" [dependencies.glutin] version = "0.19.0" [dependencies.optimisticpeach-opengles_graphics] version = "0.1.3" [dependencies.piston] version = "0.39.0" [dependencies.piston-viewport] version = "0.5.0" [dependencies.piston2d-graphics] version = "0.28.0" [dependencies.pistoncore-glutin_window] version = "0.51.1" [dependencies.shader_version] version = "0.3.0" [dependencies.winit] version = "0.18.0"