Enable pure feature in docs.rs

This commit is contained in:
Héctor Ramón Jiménez 2022-05-02 21:10:55 +02:00
parent 84c28a73e2
commit 7e111f273f
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -116,4 +116,4 @@ iced_wgpu = { version = "0.4", path = "wgpu", features = ["webgl"], optional = t
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
features = ["image", "svg", "canvas", "qr_code"]
features = ["image", "svg", "canvas", "qr_code", "pure"]