# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ggez-assets_manager" version = "0.7.0" description = "`assets_manager` integration for `ggez`" documentation = "https://docs.rs/ggez-assets_manager" readme = "README.md" keywords = [ "assets", "cache", "ggez", "hot-reloading", "resources", ] categories = [ "caching", "filesystem", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/a1phyr/ggez-assets_manager" [dependencies.assets_manager] version = "0.12" features = [ "utils", "parking_lot", "zip", ] default-features = false [dependencies.directories] version = "5.0" [dependencies.ggez] version = "0.9.0" features = ["audio"] default-features = false [dependencies.image] version = "0.24" features = [ "png", "bmp", "webp", "jpeg", ] default-features = false [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12" [dev-dependencies.env_logger] version = "0.11" [features] ahash = ["assets_manager/ahash"] default = ["ahash"] hot-reloading = ["assets_manager/hot-reloading"]