Skip to content

Commit 11c45a2

Browse files
committed
Success export img ivshmem
1 parent 000fa99 commit 11c45a2

File tree

2 files changed

+306
-14
lines changed

2 files changed

+306
-14
lines changed

sanzu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ winapi = { version = "0.3", features = [
6161
"impl-default", "winuser", "wingdi", "winbase", "libloaderapi", "processthreadsapi",
6262
"errhandlingapi", "winerror", "commctrl", "sysinfoapi", "shobjidl", "combaseapi",
6363
"commdlg", "d2d1", "objbase", "dwrite", "winnls", "shellapi", "wincodec", "stringapiset",
64-
"d3d9", "d3d9types", "dwmapi", "d3d11", "dxgi1_2"] }
64+
"d3d9", "d3d9types", "dwmapi", "d3d11", "dxgi1_2", "setupapi", "ioapiset", "winioctl"] }
6565

6666
[target.'cfg(unix)'.dependencies]
6767
libgssapi = { version = "0.6", optional = true }

0 commit comments

Comments
 (0)