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:
parent
741bcc4672
commit
b4a8c08f43
2 changed files with 13 additions and 0 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue