cargo-ui
cargo-ui copied to clipboard
GUI for Cargo
Execute `cargo ui ` on macbook m1(stable-aarch64-apple-darwin): ``` UNSUPPORTED (log once): POSSIBLE ISSUE: unit 0 GLD_TEXTURE_INDEX_2D is unloadable and bound to sampler type (Float) - using zero texture because texture...
On Windows, loading the metadata and other child cargo processes show a cmd window. Seems like we need to add some flags to every command so they don't show https://stackoverflow.com/questions/59692146/is-it-possible-to-use-the-standard-library-to-spawn-a-process-without-showing-th...
For instance, some examples require certain resources that are contained in a specific folder.
Setup: Install Cargo UI 0.2.0 using `cargo install cargo-ui` or checking out master (38ca410ca0d2f34f8d9f20b785c534bac5f0a6c9) and `cargo run [--release]`. Click "Show Dependencies". I'm on Linux using a clicky non-continuous wheel mouse....
I'm working on the nightly setting (also target selection this is working properly). But there is an issue. In the `cargo_command()` function https://github.com/slint-ui/cargo-ui/blob/dbf4777f198a5e12382bb23aca1a82bcc5d3b97a/src/cargo.rs#L471C1-L474C2 The env variable `CARGO` is used to...