Skip to content

Commit

Permalink
examples: Workaround for windows example build error
Browse files Browse the repository at this point in the history
  • Loading branch information
seungha-yang committed Jan 14, 2025
1 parent 7b85093 commit c189a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ data-encoding = "2.0"
[target.'cfg(windows)'.dependencies]
windows = { version = "0.59", features=["Win32_Graphics_Direct3D11",
"Win32_Foundation", "Win32_Graphics_Direct3D", "Win32_Graphics_Dxgi",
"Win32_Graphics_Dxgi_Common", "Win32_Graphics_Direct2D",
"Win32_Graphics_Dxgi_Common", "Win32_Graphics_Direct2D", "Win32_Graphics_Gdi",
"Win32_Graphics_Direct2D_Common", "Win32_Graphics_DirectWrite",
"Win32_Graphics_Imaging", "Win32_System_Com", "Foundation_Numerics"], optional = true }

Expand Down

0 comments on commit c189a87

Please sign in to comment.