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 }
50
50
rustc_codegen_spirv = { path = " ./crates/rustc_codegen_spirv" , version = " =0.9.0" , default-features = false }
51
51
rustc_codegen_spirv-types = { path = " ./crates/rustc_codegen_spirv-types" , version = " =0.9.0" }
52
52
rustc_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" }
55
56
56
57
# 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" ] }
57
60
num-traits = { version = " 0.2.15" , default-features = false }
58
61
glam = { version = " >=0.22, <=0.30" , default-features = false }
59
62
# libm 0.2.12 is a breaking change with new intrinsics
60
63
libm = { version = " >=0.2.5, <=0.2.11" , default-features = false }
64
+ bytemuck = { version = " 1.23" , features = [" derive" ] }
61
65
62
66
# Enable incremental by default in release mode.
63
67
[profile .release ]
You can’t perform that action at this time.
0 commit comments