diff --git a/Cargo.toml b/Cargo.toml index 5dc9103..7591c0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,16 +60,20 @@ rustdoc-args = ["--cfg", "docsrs"] [[example]] name = "custom" +path = "examples/custom.rs" required-features = ["image"] [[example]] name = "embed" +path = "examples/embed.rs" required-features = ["image"] [[example]] name = "image" +path = "examples/image.rs" required-features = ["image"] [[example]] name = "svg" +path = "examples/svg.rs" required-features = ["svg"]