Implement min/max window dimension constraints for MacOS.
Fixes https://github.com/tomaka/winit/issues/80.
This commit is contained in:
parent
25b5768cd3
commit
e3fce3d5ec
2 changed files with 21 additions and 7 deletions
|
|
@ -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.1"
|
||||
core-foundation = "0"
|
||||
core-graphics = "0.4"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue