# 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 = "flappy" version = "0.4.1" authors = ["mobile-bungalow", "kaavyajayram"] description = "a rust version of a game that is definetly not flappy bird using the piston engine" readme = "README.md" license = "MIT" repository = "https://github.com/mobile-bungalow/flappy" [dependencies.fps_counter] version = "1.0.0" [dependencies.gfx] version = "0.17.0" [dependencies.gfx_core] version = "0.8.0" [dependencies.gfx_device_gl] version = "0.15.0" [dependencies.image] version = "0.21.2" [dependencies.piston] version = "0.48.0" [dependencies.piston2d-gfx_graphics] version = "0.61.0" [dependencies.piston2d-graphics] version = "0.32.0" [dependencies.piston2d-sprite] version = "0.55.0" [dependencies.piston_window] version = "0.99.0" [dependencies.pistoncore-input] version = "0.28.0" [dependencies.rand] version = "0.6.5" [dependencies.shader_version] version = "0.6.0"