Commit aae82b7
fix(windows): enable dep:winapi crate with backend-bitmap
Otherwise the crate does not compile on windows with
--no-default-features --features backend-bitmap (not a particularly
useful combination of features, since it gives bitmaps without mmap
backends, which would usually drag in the winapi crate, but it should
still work).
Signed-off-by: Patrick Roy <[email protected]>1 parent 4911b69 commit aae82b7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments