We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b15b157 + ba3cef0 commit e173a55Copy full SHA for e173a55
1 file changed
packages/ducpdf/src/duc2pdf/Cargo.toml
@@ -20,7 +20,7 @@ lto = true
20
opt-level = "s"
21
22
[dependencies]
23
-duc = { path = "../../../ducrs/" }
+duc = "1"
24
hipdf = { version = "1.3.2", features = ["wasm_js"] }
25
svg2pdf = "0.13.0"
26
wasm-bindgen = "0.2.92"
@@ -29,4 +29,7 @@ bigcolor = { version = "1.2.1" }
29
web-sys = { version = "0.3", features = ["console"] }
30
svgtypes = "0.12"
31
serde = { version = "1.0", features = ["derive"] }
32
-serde_json = "1.0"
+serde_json = "1.0"
33
+
34
+[patch.crates-io]
35
+duc = { path = "../../../ducrs/" }
0 commit comments