# 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 = "specs-blit" version = "0.5.1" authors = ["Thomas Versteeg "] description = "2D sprite rendering extension for the Specs ECS system." documentation = "https://docs.rs/specs-blit" readme = "README.md" keywords = ["gamedev", "ecs", "image", "sprite", "blitting"] categories = ["concurrency", "game-engines", "games", "rendering", "multimedia::images"] license = "GPL-3.0" repository = "https://github.com/tversteeg/specs-blit" [dependencies.anyhow] version = "1.0.28" [dependencies.blit] version = "0.5.12" default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.rayon] version = "1.3.0" optional = true [dependencies.rotsprite] version = "0.1.3" [dependencies.specs] version = "0.16.1" features = ["specs-derive"] default-features = false [dev-dependencies.blit] version = "0.5.12" features = ["image"] [dev-dependencies.image] version = "0.23.3" [dev-dependencies.minifb] version = "0.16.0" [features] default = ["parallel"] parallel = ["rayon", "specs/parallel"] [badges.is-it-maintained-issue-resolution] repository = "tversteeg/specs-blit" [badges.is-it-maintained-open-issues] repository = "tversteeg/specs-blit"