This a cargo program that allows you to convert your Rust programs into AppImages.
appimagetool
is in your path. It can be downloaded from hereshell
cargo install cargo-appimage
cd
inside of the root directory of your crate and create an icon called icon.png
toml
[package.metadata.appimage]
assets = ["images", "sounds"]
run this command
shell
cargo appimage
shell
cargo appimage --features=min