mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
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:
committed by
Francesca Frangipane
parent
741bcc4672
commit
b4a8c08f43
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user