diff options
author | 2020-05-28 01:46:17 +0200 | |
---|---|---|
committer | 2020-05-28 01:46:17 +0200 | |
commit | b9d42a45a8ce491e5fa21a86db0799bcd731d0dd (patch) | |
tree | 2c41c7765810486b665fa10aa22ed53001f06f5c /graphics/Cargo.toml | |
parent | 2ca7e3c4b0cb293adebf9a9bf9a26191069d495d (diff) | |
download | iced-b9d42a45a8ce491e5fa21a86db0799bcd731d0dd.tar.gz iced-b9d42a45a8ce491e5fa21a86db0799bcd731d0dd.tar.bz2 iced-b9d42a45a8ce491e5fa21a86db0799bcd731d0dd.zip |
Write documentation for `iced_glow`
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r-- | graphics/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 675bcb60..8e078d75 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -31,3 +31,7 @@ optional = true [dependencies.font-kit] version = "0.6" optional = true + +[package.metadata.docs.rs] +rustdoc-args = ["--cfg", "docsrs"] +all-features = true |