Crates.io | cargo-ui |
lib.rs | cargo-ui |
version | 0.3.3 |
source | src |
created_at | 2021-07-20 06:53:56.100978 |
updated_at | 2023-05-04 09:53:33.878289 |
description | GUI for cargo |
homepage | |
repository | https://github.com/slint-ui/cargo-ui |
max_upload_size | |
id | 425023 |
size | 468,520 |
This is a project to make a GUI for cargo, built using Slint:
Cargo UI can be installed from crates.io:
cargo install cargo-ui
Alternatively, you can download one of our pre-built binaries for Linux or Windows:
cargo-ui-linux.tar.gz
for a Linux x86-64 binary
or cargo-ui-windows.zip
for a Windows x86-64 binary.cargo-ui
/cargo-ui.exe
or place the
uncompressed directory into your PATH
.cargo ui
In addition to a working cargo and Rust installation, a few other tools or libraries are needed:
Linux:
libfontconfig-dev
on debian based distributions)libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev
on debian based distributions)Windows:
macOS:
"Xcode Command Line Tools" need to be installed: xcode-select --install
For the native style: (optional)
Some ideas for features:
Cargo.toml
file would also run cargo-ui.The source code of Cargo UI is available under the terms of both the MIT license and the Apache License (Version 2.0). (See LICENSE-APACHE and LICENSE-MIT for details.)
However, because of the use of GPL dependencies, cargo-ui, as a whole, is licensed under the terms of the GPLv3 (See LICENSE-GPL)