diff options
author | 2022-05-02 21:10:55 +0200 | |
---|---|---|
committer | 2022-05-02 21:10:55 +0200 | |
commit | 7e111f273fb22a6ffc7a4fd24bea5e838d276758 (patch) | |
tree | 88673403313ad90cec226ee92d4ebf4ef0a24bdc /Cargo.toml | |
parent | 84c28a73e2a7ace8547e892f675bfc497d157bcb (diff) | |
download | iced-7e111f273fb22a6ffc7a4fd24bea5e838d276758.tar.gz iced-7e111f273fb22a6ffc7a4fd24bea5e838d276758.tar.bz2 iced-7e111f273fb22a6ffc7a4fd24bea5e838d276758.zip |
Enable `pure` feature in `docs.rs`
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |