# 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 = "quad-gif" version = "0.2.0" description = "Display GIF animations with Macroquad." homepage = "https://github.com/ollej/quad-gif" readme = "README.md" keywords = [ "graphics", "image", "gif", "animation", "macroquad", ] categories = [ "command-line-utilities", "graphics", "multimedia::images", "rendering", ] license = "MIT" repository = "https://github.com/ollej/quad-gif" resolver = "2" [lib] name = "quad_gif" path = "src/lib.rs" [[bin]] name = "quad_gif" path = "src/main.rs" [dependencies.gif] version = "0.11.3" [dependencies.gif-dispose] version = "3.1.1" [dependencies.macroquad] version = "0.3.20" [dependencies.rgb] version = "0.8.33"