# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "skeleton-mans-amateur-skater" version = "0.0.8" authors = ["Erik Nordstrøm "] description = "Skeleton Man's Amateur Skater" readme = "README.md" categories = ["ludum-dare", "games"] license = "ISC" repository = "https://github.com/ctsrc/SMAS" [package.metadata.deb] assets = [["target/release/skeleton-mans-amateur-skater", "usr/bin/", "755"], ["resources/display_config.ron", "usr/share/skeleton-mans-amateur-skater/resources/", "644"]] depends = "$auto, libasound2, libx11-xcb1, libssl1.1, libfreetype6" extended-description = "It's a platformer like Super Mario, except featuring a skateboarding skeleton. It's like what Super Mario would be if it was made by the Tony Hawk's Pro Skater team. Probably. Pull off some gnarly tricks to earn as many points as possible." [dependencies.amethyst] version = "0.10.0"