Skip to content

Commit

Permalink
Add the winbase feature for winapi (#263)
Browse files Browse the repository at this point in the history
There's an implicit dependency on this.
  • Loading branch information
mrobinson authored Oct 31, 2023
1 parent ae0f933 commit 41d226d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions surfman/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "surfman"
license = "MIT OR Apache-2.0 OR MPL-2.0"
edition = "2018"
version = "0.8.0"
version = "0.8.1"
authors = [
"Patrick Walton <pcwalton@mimiga.net>",
"Emilio Cobos Álvarez <emilio@crisal.io>",
Expand Down Expand Up @@ -75,7 +75,7 @@ optional = true

[target.'cfg(target_os = "windows")'.dependencies]
wio = "0.2"
winapi = { version = "0.3", features = ["d3d11", "wingdi", "winuser", "winerror", "libloaderapi"] }
winapi = { version = "0.3", features = ["d3d11", "libloaderapi", "winbase", "winerror", "wingdi", "winuser" ] }

[target.'cfg(target_os = "android")'.dependencies]
raw-window-handle = "0.5"
Expand Down

0 comments on commit 41d226d

Please sign in to comment.