Skip to content

Commit

Permalink
dev: update typst.ts to v0.5.0-rc4 (with canvas improvements) (#70)
Browse files Browse the repository at this point in the history
* dev

* dev: lock version
  • Loading branch information
Myriad-Dreamin authored Jun 14, 2024
1 parent 8b5f3d4 commit 488f4dd
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 44 deletions.
56 changes: 23 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ strip = true

[workspace.dependencies]

typst = "0.11.0"
typst-assets = "0.11.0"
typst-ts-core = { version = "0.5.0-rc2" }
typst-ts-compiler = { version = "0.5.0-rc2" }
typst-ts-svg-exporter = { version = "0.5.0-rc2", features = [
typst = "0.11.1"
typst-assets = "0.11.1"
typst-ts-core = { version = "0.5.0-rc4" }
typst-ts-compiler = { version = "0.5.0-rc4" }
typst-ts-svg-exporter = { version = "0.5.0-rc4", features = [
"experimental-ligature",
] }

Expand Down Expand Up @@ -67,11 +67,11 @@ include_dir = "0.7.3"
pathdiff = "0.2.1"

[patch.crates-io]
typst = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "typst.ts-v0.11.0-3-content-hint" }
typst-syntax = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "typst.ts-v0.11.0-3-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 = { 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", 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" }
Expand Down
2 changes: 1 addition & 1 deletion assets/artifacts

0 comments on commit 488f4dd

Please sign in to comment.