# 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 = "queued_animated_sprites_macroquad" version = "0.1.0" description = "Macroquad animated sprite drawing library focused around a queue-based design" readme = "README.md" keywords = [ "macroquad", "sprites", "animated", "animations", "game", ] license = "MIT" [dependencies.glam] version = "0.27.0" [dependencies.macroquad] version = "0.4.11" [dependencies.serde] version = "1.0.23" features = ["derive"] [dependencies.serde_json] version = "1.0.23" [features] custom_effects = []