Skip to content

Commit

Permalink
fix: specify path for [[example]]
Browse files Browse the repository at this point in the history
They seem to be needed to publish the crate
  • Loading branch information
erwanvivien committed Oct 9, 2023
1 parent 90a8f4c commit f545c17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit f545c17

Please sign in to comment.