[package] name = "figs" version = "0.0.1" authors = ["AVS Origami "] edition = "2021" license = "MIT" description = "Simple 2D game framework using MiniFB" repository = "https://github.com/AVS-Origami/figs/" documentation = "https://docs.rs/figs" readme = "readme.md" keywords = ["game", "graphics", "2D", "engine", "figs"] categories = ["games", "game-engines", "game-development"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] minifb = "0.27" png = "0.17" tar = "0.4" cpal = "0.15" hound = "3.4.0" regex = "1.10"