Skip to content

Commit f0fc1ea

Browse files
committed
Rebase into: Refactor each subcommand to its own file
1 parent 95f248a commit f0fc1ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

crates/cargo-gpu/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
//! conduct other post-processing, like converting the `spv` files into `wgsl` files,
5151
//! for example.
5252
53-
use builder::Build;
53+
use build::Build;
5454
use clap::Parser as _;
5555
use install::Install;
5656
use show::Show;
5757
use toml::Toml;
5858

59-
mod builder;
59+
mod build;
6060
mod install;
6161
mod show;
6262
mod spirv;

0 commit comments

Comments
 (0)