# 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" version = "0.7.2" authors = ["Stephen Sherratt "] description = "Graphical chargrid context" homepage = "https://github.com/stevebob/chargrid.git" documentation = "https://docs.rs/chargrid_graphical" readme = "README.md" license = "MIT" repository = "https://github.com/stevebob/chargrid.git" [dependencies.chargrid_ggez] version = "0.1" optional = true [dependencies.chargrid_graphical_common] version = "0.2" [dependencies.chargrid_wgpu] version = "0.1" optional = true [features] default = ["wgpu"] gamepad = ["chargrid_wgpu/gamepad"] ggez = ["chargrid_ggez"] ggez_gamepad = ["chargrid_ggez/gamepad"] ggez_serialize = ["chargrid_ggez/serialize"] serialize = ["chargrid_wgpu/serialize"] wgpu = ["chargrid_wgpu"]