compile with icon_loading feature on docs.rs (#509)

* compile with icon_loading feature on docs.rs

these functions should be more visible now.

* Explicitly document which functions require icon_loading
This commit is contained in:
tinaun 2018-05-11 10:33:06 -04:00 committed by Francesca Frangipane
parent 741bcc4672
commit b4a8c08f43
2 changed files with 13 additions and 0 deletions

View file

@ -10,6 +10,9 @@ repository = "https://github.com/tomaka/winit"
documentation = "https://docs.rs/winit"
categories = ["gui"]
[package.metadata.docs.rs]
features = ["icon_loading"]
[features]
icon_loading = ["image"]