Disable WSL integration

With WSL, objdiff is unable to get filesystem notifications.
It's recommended to run objdiff natively on Windows, so having this option
is more confusing than useful.
This commit is contained in:
2023-11-21 12:15:41 -05:00
parent 261e1b8e07
commit b900ae5a00
2 changed files with 9 additions and 8 deletions

View File

@@ -20,6 +20,7 @@ strip = "debuginfo"
[features]
default = []
wgpu = ["eframe/wgpu"]
wsl = []
[dependencies]
anyhow = "1.0.75"