# 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 = "chargrid_graphical_gfx" version = "0.1.0" authors = ["Stephen Sherratt "] description = "chargrid context which renders with gfx" homepage = "https://github.com/stevebob/chargrid.git" documentation = "https://docs.rs/chargrid_graphical_gfx" readme = "README.md" license = "MIT" repository = "https://github.com/stevebob/chargrid.git" [dependencies.chargrid_app] version = "0.1" [dependencies.chargrid_graphical_common] version = "0.1" [dependencies.chargrid_input] version = "0.1" [dependencies.chargrid_render] version = "0.1" [dependencies.gfx] version = "0.18" [dependencies.gfx_device_gl] version = "0.16" [dependencies.gfx_glyph] version = "0.16" [dependencies.gfx_window_glutin] version = "0.31" [dependencies.glutin] version = "0.21" [dependencies.log] version = "0.4" [features] serialize = ["chargrid_input/serialize", "chargrid_render/serialize"]