File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,18 @@ spirv-tools = { version = "0.12", default-features = false }
5050rustc_codegen_spirv = { path = " ./crates/rustc_codegen_spirv" , version = " =0.9.0" , default-features = false }
5151rustc_codegen_spirv-types = { path = " ./crates/rustc_codegen_spirv-types" , version = " =0.9.0" }
5252rustc_codegen_spirv-target-specs = { path = " crates/rustc_codegen_spirv-target-specs" , version = " =0.9.0" }
53- tracing = " 0.1"
54- tracing-subscriber = { version = " 0.3.3" , features = [" env-filter" , " json" ] }
53+
54+ # difftest libraries mirrored from difftest workspace
55+ difftest = { path = " tests/difftests/lib" }
5556
5657# External dependencies that need to be mentioned more than once.
58+ tracing = " 0.1"
59+ tracing-subscriber = { version = " 0.3.3" , features = [" env-filter" , " json" ] }
5760num-traits = { version = " 0.2.15" , default-features = false }
5861glam = { version = " >=0.22, <=0.30" , default-features = false }
5962# libm 0.2.12 is a breaking change with new intrinsics
6063libm = { version = " >=0.2.5, <=0.2.11" , default-features = false }
64+ bytemuck = { version = " 1.23" , features = [" derive" ] }
6165
6266# Enable incremental by default in release mode.
6367[profile .release ]
You can’t perform that action at this time.
0 commit comments