Re-enable wgpu and wsl features; rework WSL config

Improve build failure log view & add copy buttons
This commit is contained in:
2024-01-20 23:29:05 -07:00
parent b74a49ed0c
commit 4cdad8a519
6 changed files with 75 additions and 38 deletions

7
Cargo.lock generated
View File

@@ -2867,6 +2867,7 @@ dependencies = [
"serde",
"serde_json",
"serde_yaml",
"shell-escape",
"similar",
"tempfile",
"thiserror",
@@ -3719,6 +3720,12 @@ dependencies = [
"lazy_static",
]
[[package]]
name = "shell-escape"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
[[package]]
name = "signal-hook-registry"
version = "1.4.1"