Crates.io | install-framework |
lib.rs | install-framework |
version | 1.0.0 |
source | src |
created_at | 2021-04-13 16:42:53.115934 |
updated_at | 2021-04-13 16:42:53.115934 |
description | A simple and lightweight cross-platform install framework written in Rust |
homepage | |
repository | https://gitlab.com/Yuri6037/install-framework |
max_upload_size | |
id | 382981 |
size | 6,534 |
Install Framework is a framework to create cross-platform installers in Rust.
[features]
cli = ["install-framework/cli"]
gui = ["install-framework/gui"]
cargo build --features cli
or cargo build --features gui