Improved Windows support & simple WSL2 integration

This commit is contained in:
2022-09-11 20:31:58 -04:00
parent b55c919f4d
commit daaa5c86a2
5 changed files with 117 additions and 12 deletions

View File

@@ -27,6 +27,10 @@ egui_extras = "0.19.0"
ppc750cl = { git = "https://github.com/terorie/ppc750cl" }
rabbitizer = { git = "https://github.com/encounter/rabbitizer-rs", rev = "10c279b2ef251c62885b1dcdcfe740b0db8e9956" }
[target.'cfg(windows)'.dependencies]
path-slash = "0.2.0"
winapi = "0.3.9"
# native:
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tracing-subscriber = "0.3"