# 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 = "quicksilver" version = "0.4.0" authors = ["Ryan Goldstein "] exclude = ["docs/*"] description = "A simple game framework for 2D games in pure Rust" homepage = "https://ryanisaacg.github.io/quicksilver" readme = "README.md" keywords = ["game", "audio", "graphics", "gamedev"] categories = ["game-engines"] license = "MIT/Apache-2.0" repository = "https://github.com/ryanisaacg/quicksilver" [dependencies.blinds] version = "0.1.4" features = ["gl", "image"] default-features = false [dependencies.bytemuck] version = "1.0" [dependencies.elefont] version = "0.1.3" features = ["rusttype", "unicode-normalization"] optional = true [dependencies.gestalt] version = "0.1" optional = true [dependencies.golem] version = "0.1.3" features = ["std"] [dependencies.image] version = "0.22" features = ["png_codec", "jpeg"] default-features = false [dependencies.instant] version = "0.1.2" [dependencies.log] version = "0.4" [dependencies.mint] version = "0.5.3" [dependencies.platter] version = "0.1" [dependencies.rusttype] version = "0.8.2" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [features] default = ["easy-log", "event-cache", "font", "gamepad", "saving", "ttf"] easy-log = ["simple_logger", "web_logger"] event-cache = ["blinds/event-cache"] font = ["elefont"] gamepad = ["blinds/gamepad"] saving = ["gestalt"] stdweb = ["gestalt/stdweb", "platter/stdweb", "blinds/stdweb", "golem/stdweb", "instant/stdweb"] ttf = ["font", "elefont/rusttype", "rusttype"] web-sys = ["gestalt/web-sys", "platter/web-sys", "blinds/web-sys", "golem/web-sys", "instant/web-sys"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.simple_logger] version = "1.4" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.web_logger] version = "0.2" optional = true [badges.maintenance] status = "passively-maintained"