diff --git a/Cargo.lock b/Cargo.lock index a1acbd9..04b9fa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2449,6 +2449,7 @@ dependencies = [ [[package]] name = "reflexo" version = "0.5.0-rc4" +source = "git+https://github.com/Myriad-Dreamin/typst.ts?rev=6cc978011c16328b7aaa0dc660bb73818977475b#6cc978011c16328b7aaa0dc660bb73818977475b" dependencies = [ "base64 0.22.0", "bitvec", @@ -3656,6 +3657,7 @@ dependencies = [ [[package]] name = "typst-ts-compiler" version = "0.5.0-rc4" +source = "git+https://github.com/Myriad-Dreamin/typst.ts?rev=6cc978011c16328b7aaa0dc660bb73818977475b#6cc978011c16328b7aaa0dc660bb73818977475b" dependencies = [ "append-only-vec", "base64 0.22.0", @@ -3692,6 +3694,7 @@ dependencies = [ [[package]] name = "typst-ts-core" version = "0.5.0-rc4" +source = "git+https://github.com/Myriad-Dreamin/typst.ts?rev=6cc978011c16328b7aaa0dc660bb73818977475b#6cc978011c16328b7aaa0dc660bb73818977475b" dependencies = [ "base64 0.22.0", "base64-serde", @@ -3732,6 +3735,7 @@ dependencies = [ [[package]] name = "typst-ts-svg-exporter" version = "0.5.0-rc4" +source = "git+https://github.com/Myriad-Dreamin/typst.ts?rev=6cc978011c16328b7aaa0dc660bb73818977475b#6cc978011c16328b7aaa0dc660bb73818977475b" dependencies = [ "base64 0.22.0", "comemo", diff --git a/Cargo.toml b/Cargo.toml index 2172f46..f6f0fec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,12 +69,12 @@ pathdiff = "0.2.1" [patch.crates-io] typst = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "typst.ts-v0.11.1-content-hint" } typst-syntax = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "typst.ts-v0.11.1-content-hint" } -# typst-ts-svg-exporter = { git = "https://github.com/Myriad-Dreamin/typst.ts", branch = "book-exp", package = "typst-ts-svg-exporter" } -# typst-ts-core = { git = "https://github.com/Myriad-Dreamin/typst.ts", branch = "book-exp", package = "typst-ts-core" } -# typst-ts-compiler = { git = "https://github.com/Myriad-Dreamin/typst.ts", branch = "book-exp", package = "typst-ts-compiler" } +typst-ts-svg-exporter = { git = "https://github.com/Myriad-Dreamin/typst.ts", rev = "6cc978011c16328b7aaa0dc660bb73818977475b", package = "typst-ts-svg-exporter" } +typst-ts-core = { git = "https://github.com/Myriad-Dreamin/typst.ts", rev = "6cc978011c16328b7aaa0dc660bb73818977475b", package = "typst-ts-core" } +typst-ts-compiler = { git = "https://github.com/Myriad-Dreamin/typst.ts", rev = "6cc978011c16328b7aaa0dc660bb73818977475b", package = "typst-ts-compiler" } # typst = { path = "../../../typst/crates/typst" } # typst-syntax = { path = "../../../typst/crates/typst-syntax" } -typst-ts-svg-exporter = { path = "../../exporter/svg" } -typst-ts-compiler = { path = "../../compiler" } -typst-ts-core = { path = "../../core" } +# typst-ts-svg-exporter = { path = "../../exporter/svg" } +# typst-ts-compiler = { path = "../../compiler" } +# typst-ts-core = { path = "../../core" } diff --git a/assets/artifacts b/assets/artifacts index b875427..4f295ee 160000 --- a/assets/artifacts +++ b/assets/artifacts @@ -1 +1 @@ -Subproject commit b875427aee2c66ce672997d38c6270e853f937c0 +Subproject commit 4f295eef7e974baf7a07ea9e7cd57f03e056092a