Command line tool for building Rust shaders using rust-gpu

34 stars 14 forks 34 watchers Rust Apache License 2.0
1 Open Issue Need Help Last updated: Sep 11, 2025

Open Issues Need Help

View All on GitHub
`-p` should work about 1 month ago

AI Summary: The `cargo gpu build` command currently lacks support for the `-p` flag, which is used in `cargo build` to specify a package within a workspace. The user expects `cargo gpu` to mimic `cargo`'s behavior, making this a usability issue for developers working with workspaces.

Complexity: 3/5
enhancement good first issue

Command line tool for building Rust shaders using rust-gpu

Rust