stdio compiles on windows!

This commit is contained in:
Pat Hickey
2021-01-21 13:51:18 -08:00
parent fcd00f5de1
commit 85c3b73b4e
4 changed files with 196 additions and 90 deletions

View File

@@ -24,10 +24,9 @@ thiserror = "1.0"
libc = "0.2"
wiggle = { path = "../wiggle", default-features = false, version = "0.22.0" }
tracing = "0.1.19"
system-interface = { version = "0.5", features = ["cap_std_impls"] }
cap-std = "0.9"
cap-rand = "0.9"
cfg-if = "1"
system-interface = { version = "0.5.2", features = ["cap_std_impls"] }
cap-std = "0.11"
cap-rand = "0.11"
bitflags = "1.2"
[badges]