Enable doc_cfg for docs.rs in iced_glow
This commit is contained in:
parent
4aa0d7a13a
commit
16c1261d82
2 changed files with 5 additions and 0 deletions
|
|
@ -30,3 +30,7 @@ path = "../native"
|
|||
version = "0.1"
|
||||
path = "../graphics"
|
||||
features = ["font-source", "font-fallback", "font-icons", "opengl"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
all-features = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue