[package] name = "asmcahligzamaze" version = "1.0.2" authors = ["sunkware "] description = "Schizm and amalgamation of adventurer's probability distribution across multiverse 2D maze on a single screen." homepage = "https://sunkware.org/asmcahligzamaze/index.php" readme = "README.md" keywords = ["engine", "game", "maze", "multiverse", "probability"] categories = ["games", "mathematics"] license = "GPL-3.0-or-later" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.release] incremental = true [dependencies] image = "0.24" miniz_oxide = "0.5" num_cpus = "1.13" sdl2 = { version = "0.35", default-features = false, features = ["ttf","mixer","unsafe_textures"] } rayon = "1.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" rand = "0.8"