mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
Windows: Fix transparency (#675)
* Windows: Fix transparency (#260) * Windows: Only enable WS_EX_LAYERED for transparent windows * Update winapi to 0.3.6 * Windows: Amend transparency code * Add transparency fix to CHANGELOG.md
This commit is contained in:
committed by
Francesca Plebani
parent
5d5fcb3911
commit
26b70e457b
@@ -35,7 +35,7 @@ core-foundation = "0.6"
|
||||
core-graphics = "0.16"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies.winapi]
|
||||
version = "0.3.5"
|
||||
version = "0.3.6"
|
||||
features = [
|
||||
"combaseapi",
|
||||
"dwmapi",
|
||||
|
||||
Reference in New Issue
Block a user