macOS: Fix Window::get_current_monitor (#521)
* macOS: Implement MonitorId::get_position * macOS: Fix Window::get_current_monitor
This commit is contained in:
parent
87fa120ebb
commit
2464a135b3
4 changed files with 16 additions and 18 deletions
|
|
@ -29,9 +29,9 @@ objc = "0.2"
|
|||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
objc = "0.2"
|
||||
cocoa = "0.14"
|
||||
core-foundation = "0.5"
|
||||
core-graphics = "0.13"
|
||||
cocoa = "0.15"
|
||||
core-foundation = "0.6"
|
||||
core-graphics = "0.14"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies.winapi]
|
||||
version = "0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue