Temporary default to cocoa for docs generation
This commit is contained in:
parent
c3e6bbbdc8
commit
f15cf258af
2 changed files with 8 additions and 0 deletions
|
|
@ -33,3 +33,7 @@ serde_json = "1"
|
||||||
strum = "0.15.0"
|
strum = "0.15.0"
|
||||||
strum_macros = "0.15.0"
|
strum_macros = "0.15.0"
|
||||||
toml = "0.5"
|
toml = "0.5"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
features = ["cocoa"]
|
||||||
|
default-target = "x86_64-apple-darwin"
|
||||||
|
|
|
||||||
|
|
@ -21,3 +21,7 @@ dispatch = "0.1.4"
|
||||||
cocoa = "0.18.4"
|
cocoa = "0.18.4"
|
||||||
core-foundation = "0.6"
|
core-foundation = "0.6"
|
||||||
core-graphics = "0.17.1"
|
core-graphics = "0.17.1"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
features = ["cocoa"]
|
||||||
|
default-target = "x86_64-apple-darwin"
|
||||||
|
|
|
||||||
Reference in a new issue