diff --git a/Cargo.toml b/Cargo.toml index 174b1bcf..b1d1f6a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ members = [ "examples/canvas_moire", "examples/canvas_text", "examples/lottie_basic", - "examples/svg2pdf", "examples/swf_basic", "geometry", "gl", @@ -29,5 +28,6 @@ members = [ "ui", "utils/area-lut", "utils/gamma-lut", - "utils/svg-to-skia" + "utils/svg-to-skia", + "utils/svg2pdf", ] diff --git a/examples/svg2pdf/Cargo.toml b/utils/svg2pdf/Cargo.toml similarity index 100% rename from examples/svg2pdf/Cargo.toml rename to utils/svg2pdf/Cargo.toml diff --git a/examples/svg2pdf/src/main.rs b/utils/svg2pdf/src/main.rs similarity index 100% rename from examples/svg2pdf/src/main.rs rename to utils/svg2pdf/src/main.rs