Skip to content

Commit 4c14299

Browse files
committed
Include media in documentation
Signed-off-by: Alecto Irene Perez <perez.cs@pm.me>
1 parent 1f83b93 commit 4c14299

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/untree"
1313
readme = "README.md"
1414

1515
# Exclude media and input files from crate
16-
exclude = ["media/", "inputs/"]
16+
exclude = ["inputs/"]
1717

1818

1919
[lib]

lib/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#![doc = ::embed_doc_image::embed_image!("image1", "media/image1.png")]
2-
#![doc = ::embed_doc_image::embed_image!("image2", "media/image2.png")]
32
#![doc = include_str!("../README.md")]
43

54
pub mod either;

media/image2.png

-205 KB
Binary file not shown.

0 commit comments

Comments
 (0)