mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 14:20:05 -04:00
Implement window transparency on macOS.
Fixes https://github.com/tomaka/winit/issues/57.
This commit is contained in:
@@ -26,7 +26,7 @@ objc = "0.2"
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
objc = "0.2"
|
||||
cgl = "0.1"
|
||||
cocoa = "0.5.0"
|
||||
cocoa = "0.5.2"
|
||||
core-foundation = "0"
|
||||
core-graphics = "0.4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user