# 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 = "gfx4games" version = "0.2.2" authors = ["Adel Prokurov "] publish = true description = "Game engine based on gfx-rs" homepage = "https://github.com/aprokurov/gfx4games" readme = "README.md" license = "GPL-3.0+" repository = "https://github.com/aprokurov/gfx4games" [dependencies.genmesh] version = "0.5.0" [dependencies.gfx] version = "0.17.1" [dependencies.gfx_device_gl] version = "0.15.2" [dependencies.gfx_text] version = "0.22" [dependencies.gfx_window_glutin] version = "0.23" [dependencies.glutin] version = "0.15" [dependencies.nalgebra] version = "0.14.1" [dependencies.ncollide] version = "0.14.1" [dependencies.ncollide2d] version = "0.15" [dependencies.time] version = "0.1"