This is a project to make a GUI for cargo, built using SixtyFPS:
sh
cargo install cargo-ui
cargo ui
In addition to a working cargo and Rust installation, a few other tools are needed:
Windows:
PATH
macOS:
* "Xcode Command Line Tools" need to be installed: xcode-select --install
* CMake installed and in your PATH
. In the CMake
GUI application instructions can be found via Tools->How to Install For Command Line Use
.
The default style from SixtyFPS is the ugly
style. But the interface looks much
nicer using the native
style as this has native controls and images.
To install using the native style, use
sh
SIXTYFPS_STYLE=native cargo install
The use of the native style requires Qt 5.15, see https://github.com/sixtyfpsui/sixtyfps/blob/master/docs/install_qt.md
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)