# 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 = "bevy_rapid_qoi" version = "1.0.0" exclude = [ "assets/*", "examples/*", ] description = "Bevy support for the QOI (Quite OK Image) format, based on rapid_qoi" homepage = "https://github.com/celerysaltgames/bevy_rapid_qoi" readme = "README.md" license = "MIT" repository = "https://github.com/celerysaltgames/bevy_rapid_qoi" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.bevy] version = "~0.8" features = [ "bevy_asset", "bevy_render", ] default-features = false [dependencies.rapid-qoi] version = "0.6.1" [dev-dependencies.bevy] version = "~0.8" default-features = true