diff options
author | 2020-04-05 04:52:03 +0200 | |
---|---|---|
committer | 2020-04-05 04:52:03 +0200 | |
commit | 335ad1dd1d5bfa65e9a3174fcecd9e1fe871646d (patch) | |
tree | f9bf96a234e5adfdb86120882173cc73ed2a0110 /Cargo.toml | |
parent | 7479ba137f75a7d3116a4cf244c499d05df4aff2 (diff) | |
download | iced-335ad1dd1d5bfa65e9a3174fcecd9e1fe871646d.tar.gz iced-335ad1dd1d5bfa65e9a3174fcecd9e1fe871646d.tar.bz2 iced-335ad1dd1d5bfa65e9a3174fcecd9e1fe871646d.zip |
Enable feature flags in `docs.rs`
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -65,3 +65,7 @@ iced_wgpu = { version = "0.2", path = "wgpu" } [target.'cfg(target_arch = "wasm32")'.dependencies] iced_web = { version = "0.2", path = "web" } + +[package.metadata.docs.rs] +rustdoc-args = ["--cfg", "docsrs"] +features = ["image", "svg", "canvas"] |