File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -151,18 +151,7 @@ fn main() {
151
151
log:: info!( "installing cargo gpu" ) ;
152
152
cmd ( [ "cargo" , "install" , "--path" , "crates/cargo-gpu" ] ) . unwrap ( ) ;
153
153
154
- log:: info!( "installing cargo gpu artifacts" ) ;
155
- cmd ( [
156
- "cargo" ,
157
- "gpu" ,
158
- "install" ,
159
- "--shader-crate" ,
160
- SHADER_CRATE_PATH ,
161
- "--auto-install-rust-toolchain" ,
162
- "--force-overwrite-lockfiles-v4-to-v3" ,
163
- ] )
164
- . unwrap ( ) ;
165
-
154
+ log:: info!( "setup project" ) ;
166
155
let dir = tempdir:: TempDir :: new ( "test-shader-output" ) . unwrap ( ) ;
167
156
let mut overwriter = ShaderCrateTemplateCargoTomlWriter :: new ( ) ;
168
157
overwriter. replace_output_dir ( dir. path ( ) ) . unwrap ( ) ;
@@ -175,6 +164,7 @@ fn main() {
175
164
}
176
165
}
177
166
167
+ log:: info!( "building with auto-install" ) ;
178
168
cmd ( [
179
169
"cargo" ,
180
170
"gpu" ,
You can’t perform that action at this time.
0 commit comments