Temporary default to cocoa for docs generation

This commit is contained in:
Ryan McGrath 2019-06-05 22:58:18 -07:00
parent c3e6bbbdc8
commit f15cf258af
No known key found for this signature in database
GPG key ID: 811674B62B666830
2 changed files with 8 additions and 0 deletions

View file

@ -21,3 +21,7 @@ dispatch = "0.1.4"
cocoa = "0.18.4"
core-foundation = "0.6"
core-graphics = "0.17.1"
[package.metadata.docs.rs]
features = ["cocoa"]
default-target = "x86_64-apple-darwin"