# 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 = "figs" version = "0.0.1" authors = ["AVS Origami "] description = "Simple 2D game framework using MiniFB" documentation = "https://docs.rs/figs" readme = "readme.md" keywords = [ "game", "graphics", "2D", "engine", "figs", ] categories = [ "games", "game-engines", "game-development", ] license = "MIT" repository = "https://github.com/AVS-Origami/figs/" [dependencies.cpal] version = "0.15" [dependencies.hound] version = "3.4.0" [dependencies.minifb] version = "0.27" [dependencies.png] version = "0.17" [dependencies.regex] version = "1.10" [dependencies.tar] version = "0.4"