mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
build: bump world crates to 0.13.31-rc1
This commit is contained in:
parent
0047d61e51
commit
39c055cec0
2 changed files with 59 additions and 64 deletions
101
Cargo.lock
generated
101
Cargo.lock
generated
|
|
@ -231,7 +231,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "biblatex"
|
||||
version = "0.10.0"
|
||||
source = "git+https://github.com/typst/biblatex.git#8c9800eb79fb6c7e3df2fe7e05882086ae9f26d0"
|
||||
source = "git+https://github.com/typst/biblatex.git#abb77bde5e19035f3d1fe165f321efceabf76137"
|
||||
dependencies = [
|
||||
"numerals",
|
||||
"paste",
|
||||
|
|
@ -953,12 +953,12 @@ checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
|
|||
|
||||
[[package]]
|
||||
name = "deranged"
|
||||
version = "0.5.3"
|
||||
version = "0.5.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc"
|
||||
checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
|
||||
dependencies = [
|
||||
"powerfmt",
|
||||
"serde",
|
||||
"serde_core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -2393,9 +2393,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "js-sys"
|
||||
version = "0.3.80"
|
||||
version = "0.3.81"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "852f13bec5eba4ba9afbeb93fd7c13fe56147f055939ae21c43a29a0ecb2702e"
|
||||
checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"wasm-bindgen",
|
||||
|
|
@ -2510,9 +2510,9 @@ checksum = "9fa0e2a1fcbe2f6be6c42e342259976206b383122fc152e872795338b5a3f3a7"
|
|||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.175"
|
||||
version = "0.2.176"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
|
||||
checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
|
||||
|
||||
[[package]]
|
||||
name = "libm"
|
||||
|
|
@ -4403,9 +4403,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tempfile"
|
||||
version = "3.22.0"
|
||||
version = "3.23.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53"
|
||||
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
|
||||
dependencies = [
|
||||
"fastrand",
|
||||
"getrandom 0.3.3",
|
||||
|
|
@ -4826,7 +4826,7 @@ dependencies = [
|
|||
"tinymist-std",
|
||||
"tokio",
|
||||
"typst",
|
||||
"typst-assets 0.13.1 (git+https://github.com/typst/typst-assets?rev=edf0d64)",
|
||||
"typst-assets",
|
||||
"typst-macros",
|
||||
"typst-timing 0.14.0",
|
||||
]
|
||||
|
|
@ -4856,7 +4856,7 @@ dependencies = [
|
|||
"tokio",
|
||||
"toml",
|
||||
"typst",
|
||||
"typst-assets 0.13.1 (git+https://github.com/typst/typst-assets?rev=edf0d64)",
|
||||
"typst-assets",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -4904,7 +4904,7 @@ dependencies = [
|
|||
"ttf-parser 0.25.1",
|
||||
"typlite",
|
||||
"typst",
|
||||
"typst-assets 0.13.1 (git+https://github.com/typst/typst-assets?rev=edf0d64)",
|
||||
"typst-assets",
|
||||
"typst-macros",
|
||||
"typst-shim",
|
||||
"typst-timing 0.14.0",
|
||||
|
|
@ -4988,7 +4988,7 @@ dependencies = [
|
|||
"tokio",
|
||||
"toml",
|
||||
"typst",
|
||||
"typst-assets 0.13.1 (git+https://github.com/typst/typst-assets?rev=edf0d64)",
|
||||
"typst-assets",
|
||||
"typst-eval",
|
||||
"typst-html",
|
||||
"typst-pdf",
|
||||
|
|
@ -5061,7 +5061,7 @@ dependencies = [
|
|||
"tinymist-vfs",
|
||||
"ttf-parser 0.25.1",
|
||||
"typst",
|
||||
"typst-assets 0.13.1 (git+https://github.com/typst/typst-assets?rev=edf0d64)",
|
||||
"typst-assets",
|
||||
"wasm-bindgen",
|
||||
"web-sys",
|
||||
]
|
||||
|
|
@ -5394,7 +5394,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "typst"
|
||||
version = "0.14.0"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?branch=nightly-content-hint#e19bbcb7a54c41fd44df3ddc1c0374c9b86bc1f5"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?rev=c0cf67526844cc6a8810a2491d79a12780d28b02#c0cf67526844cc6a8810a2491d79a12780d28b02"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"ecow",
|
||||
|
|
@ -5423,11 +5423,6 @@ dependencies = [
|
|||
"typst-syntax 0.14.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "typst-assets"
|
||||
version = "0.13.1"
|
||||
source = "git+https://github.com/typst/typst-assets?rev=edf0d64#edf0d648376e29738a05a933af9ea99bb81557b1"
|
||||
|
||||
[[package]]
|
||||
name = "typst-assets"
|
||||
version = "0.13.1"
|
||||
|
|
@ -5436,7 +5431,7 @@ source = "git+https://github.com/typst/typst-assets?rev=fbf00f9#fbf00f9539fdb082
|
|||
[[package]]
|
||||
name = "typst-eval"
|
||||
version = "0.14.0"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?branch=nightly-content-hint#e19bbcb7a54c41fd44df3ddc1c0374c9b86bc1f5"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?rev=c0cf67526844cc6a8810a2491d79a12780d28b02#c0cf67526844cc6a8810a2491d79a12780d28b02"
|
||||
dependencies = [
|
||||
"comemo",
|
||||
"ecow",
|
||||
|
|
@ -5455,7 +5450,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "typst-html"
|
||||
version = "0.14.0"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?branch=nightly-content-hint#e19bbcb7a54c41fd44df3ddc1c0374c9b86bc1f5"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?rev=c0cf67526844cc6a8810a2491d79a12780d28b02#c0cf67526844cc6a8810a2491d79a12780d28b02"
|
||||
dependencies = [
|
||||
"bumpalo",
|
||||
"comemo",
|
||||
|
|
@ -5463,7 +5458,7 @@ dependencies = [
|
|||
"palette",
|
||||
"rustc-hash 2.1.1",
|
||||
"time",
|
||||
"typst-assets 0.13.1 (git+https://github.com/typst/typst-assets?rev=fbf00f9)",
|
||||
"typst-assets",
|
||||
"typst-library",
|
||||
"typst-macros",
|
||||
"typst-svg",
|
||||
|
|
@ -5475,7 +5470,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "typst-layout"
|
||||
version = "0.14.0"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?branch=nightly-content-hint#e19bbcb7a54c41fd44df3ddc1c0374c9b86bc1f5"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?rev=c0cf67526844cc6a8810a2491d79a12780d28b02#c0cf67526844cc6a8810a2491d79a12780d28b02"
|
||||
dependencies = [
|
||||
"az",
|
||||
"bumpalo",
|
||||
|
|
@ -5494,7 +5489,7 @@ dependencies = [
|
|||
"rustybuzz 0.20.1",
|
||||
"smallvec",
|
||||
"ttf-parser 0.25.1",
|
||||
"typst-assets 0.13.1 (git+https://github.com/typst/typst-assets?rev=fbf00f9)",
|
||||
"typst-assets",
|
||||
"typst-library",
|
||||
"typst-macros",
|
||||
"typst-syntax 0.14.0",
|
||||
|
|
@ -5509,7 +5504,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "typst-library"
|
||||
version = "0.14.0"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?branch=nightly-content-hint#e19bbcb7a54c41fd44df3ddc1c0374c9b86bc1f5"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?rev=c0cf67526844cc6a8810a2491d79a12780d28b02#c0cf67526844cc6a8810a2491d79a12780d28b02"
|
||||
dependencies = [
|
||||
"az",
|
||||
"bitflags 2.9.4",
|
||||
|
|
@ -5556,7 +5551,7 @@ dependencies = [
|
|||
"ttf-parser 0.25.1",
|
||||
"two-face",
|
||||
"typed-arena",
|
||||
"typst-assets 0.13.1 (git+https://github.com/typst/typst-assets?rev=fbf00f9)",
|
||||
"typst-assets",
|
||||
"typst-macros",
|
||||
"typst-syntax 0.14.0",
|
||||
"typst-timing 0.14.0",
|
||||
|
|
@ -5574,7 +5569,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "typst-macros"
|
||||
version = "0.14.0"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?branch=nightly-content-hint#e19bbcb7a54c41fd44df3ddc1c0374c9b86bc1f5"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?rev=c0cf67526844cc6a8810a2491d79a12780d28b02#c0cf67526844cc6a8810a2491d79a12780d28b02"
|
||||
dependencies = [
|
||||
"heck",
|
||||
"proc-macro2",
|
||||
|
|
@ -5585,7 +5580,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "typst-pdf"
|
||||
version = "0.14.0"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?branch=nightly-content-hint#e19bbcb7a54c41fd44df3ddc1c0374c9b86bc1f5"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?rev=c0cf67526844cc6a8810a2491d79a12780d28b02#c0cf67526844cc6a8810a2491d79a12780d28b02"
|
||||
dependencies = [
|
||||
"bytemuck",
|
||||
"comemo",
|
||||
|
|
@ -5596,7 +5591,7 @@ dependencies = [
|
|||
"krilla-svg",
|
||||
"rustc-hash 2.1.1",
|
||||
"serde",
|
||||
"typst-assets 0.13.1 (git+https://github.com/typst/typst-assets?rev=fbf00f9)",
|
||||
"typst-assets",
|
||||
"typst-library",
|
||||
"typst-macros",
|
||||
"typst-syntax 0.14.0",
|
||||
|
|
@ -5607,7 +5602,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "typst-realize"
|
||||
version = "0.14.0"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?branch=nightly-content-hint#e19bbcb7a54c41fd44df3ddc1c0374c9b86bc1f5"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?rev=c0cf67526844cc6a8810a2491d79a12780d28b02#c0cf67526844cc6a8810a2491d79a12780d28b02"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"bumpalo",
|
||||
|
|
@ -5624,7 +5619,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "typst-render"
|
||||
version = "0.14.0"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?branch=nightly-content-hint#e19bbcb7a54c41fd44df3ddc1c0374c9b86bc1f5"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?rev=c0cf67526844cc6a8810a2491d79a12780d28b02#c0cf67526844cc6a8810a2491d79a12780d28b02"
|
||||
dependencies = [
|
||||
"bytemuck",
|
||||
"comemo",
|
||||
|
|
@ -5634,7 +5629,7 @@ dependencies = [
|
|||
"resvg 0.45.1",
|
||||
"tiny-skia",
|
||||
"ttf-parser 0.25.1",
|
||||
"typst-assets 0.13.1 (git+https://github.com/typst/typst-assets?rev=fbf00f9)",
|
||||
"typst-assets",
|
||||
"typst-library",
|
||||
"typst-macros",
|
||||
"typst-timing 0.14.0",
|
||||
|
|
@ -5654,7 +5649,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "typst-svg"
|
||||
version = "0.14.0"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?branch=nightly-content-hint#e19bbcb7a54c41fd44df3ddc1c0374c9b86bc1f5"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?rev=c0cf67526844cc6a8810a2491d79a12780d28b02#c0cf67526844cc6a8810a2491d79a12780d28b02"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"comemo",
|
||||
|
|
@ -5664,7 +5659,7 @@ dependencies = [
|
|||
"image",
|
||||
"rustc-hash 2.1.1",
|
||||
"ttf-parser 0.25.1",
|
||||
"typst-assets 0.13.1 (git+https://github.com/typst/typst-assets?rev=fbf00f9)",
|
||||
"typst-assets",
|
||||
"typst-library",
|
||||
"typst-macros",
|
||||
"typst-timing 0.14.0",
|
||||
|
|
@ -5694,7 +5689,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "typst-syntax"
|
||||
version = "0.14.0"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?branch=nightly-content-hint#e19bbcb7a54c41fd44df3ddc1c0374c9b86bc1f5"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?rev=c0cf67526844cc6a8810a2491d79a12780d28b02#c0cf67526844cc6a8810a2491d79a12780d28b02"
|
||||
dependencies = [
|
||||
"ecow",
|
||||
"rustc-hash 2.1.1",
|
||||
|
|
@ -5723,7 +5718,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "typst-timing"
|
||||
version = "0.14.0"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?branch=nightly-content-hint#e19bbcb7a54c41fd44df3ddc1c0374c9b86bc1f5"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?rev=c0cf67526844cc6a8810a2491d79a12780d28b02#c0cf67526844cc6a8810a2491d79a12780d28b02"
|
||||
dependencies = [
|
||||
"parking_lot",
|
||||
"serde",
|
||||
|
|
@ -5747,7 +5742,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "typst-utils"
|
||||
version = "0.14.0"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?branch=nightly-content-hint#e19bbcb7a54c41fd44df3ddc1c0374c9b86bc1f5"
|
||||
source = "git+https://github.com/ParaN3xus/typst.git?rev=c0cf67526844cc6a8810a2491d79a12780d28b02#c0cf67526844cc6a8810a2491d79a12780d28b02"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"portable-atomic",
|
||||
|
|
@ -6109,9 +6104,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wasm-bindgen"
|
||||
version = "0.2.103"
|
||||
version = "0.2.104"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ab10a69fbd0a177f5f649ad4d8d3305499c42bab9aef2f7ff592d0ec8f833819"
|
||||
checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"once_cell",
|
||||
|
|
@ -6122,9 +6117,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wasm-bindgen-backend"
|
||||
version = "0.2.103"
|
||||
version = "0.2.104"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0bb702423545a6007bbc368fde243ba47ca275e549c8a28617f56f6ba53b1d1c"
|
||||
checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
|
||||
dependencies = [
|
||||
"bumpalo",
|
||||
"log",
|
||||
|
|
@ -6136,9 +6131,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wasm-bindgen-futures"
|
||||
version = "0.4.53"
|
||||
version = "0.4.54"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a0b221ff421256839509adbb55998214a70d829d3a28c69b4a6672e9d2a42f67"
|
||||
checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"js-sys",
|
||||
|
|
@ -6149,9 +6144,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wasm-bindgen-macro"
|
||||
version = "0.2.103"
|
||||
version = "0.2.104"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fc65f4f411d91494355917b605e1480033152658d71f722a90647f56a70c88a0"
|
||||
checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"wasm-bindgen-macro-support",
|
||||
|
|
@ -6159,9 +6154,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wasm-bindgen-macro-support"
|
||||
version = "0.2.103"
|
||||
version = "0.2.104"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ffc003a991398a8ee604a401e194b6b3a39677b3173d6e74495eb51b82e99a32"
|
||||
checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
@ -6172,9 +6167,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wasm-bindgen-shared"
|
||||
version = "0.2.103"
|
||||
version = "0.2.104"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "293c37f4efa430ca14db3721dfbe48d8c33308096bd44d80ebaa775ab71ba1cf"
|
||||
checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
|
||||
dependencies = [
|
||||
"unicode-ident",
|
||||
]
|
||||
|
|
@ -6235,9 +6230,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "web-sys"
|
||||
version = "0.3.80"
|
||||
version = "0.3.81"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fbe734895e869dc429d78c4b433f8d17d95f8d05317440b4fad5ab2d33e596dc"
|
||||
checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
|
||||
dependencies = [
|
||||
"js-sys",
|
||||
"wasm-bindgen",
|
||||
|
|
|
|||
22
Cargo.toml
22
Cargo.toml
|
|
@ -152,7 +152,7 @@ typst-render = "0.14.0"
|
|||
typst-pdf = "0.14.0"
|
||||
typst-syntax = "0.14.0"
|
||||
typst-eval = "0.14.0"
|
||||
typst-assets = { git = "https://github.com/typst/typst-assets", rev = "edf0d64" }
|
||||
typst-assets = { git = "https://github.com/typst/typst-assets", rev = "fbf00f9" }
|
||||
typstfmt = { version = "0", git = "https://github.com/Myriad-Dreamin/typstfmt", tag = "v0.13.1" }
|
||||
typst-ansi-hl = "0.4.0"
|
||||
typstyle-core = { version = "=0.13.17", default-features = false }
|
||||
|
|
@ -275,16 +275,16 @@ extend-exclude = ["/.git", "fixtures"]
|
|||
# These patches use a different version of `typst`, which only exports some private functions and information for code analysis.
|
||||
#
|
||||
# A regular build MUST use `tag` or `rev` to specify the version of the patched crate to ensure stability.
|
||||
typst = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
|
||||
typst-macros = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
|
||||
typst-library = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
|
||||
typst-html = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
|
||||
typst-timing = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
|
||||
typst-svg = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
|
||||
typst-render = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
|
||||
typst-pdf = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
|
||||
typst-syntax = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
|
||||
typst-eval = { git = "https://github.com/ParaN3xus/typst.git", branch = "nightly-content-hint" }
|
||||
typst = { git = "https://github.com/ParaN3xus/typst.git", rev = "c0cf67526844cc6a8810a2491d79a12780d28b02" }
|
||||
typst-macros = { git = "https://github.com/ParaN3xus/typst.git", rev = "c0cf67526844cc6a8810a2491d79a12780d28b02" }
|
||||
typst-library = { git = "https://github.com/ParaN3xus/typst.git", rev = "c0cf67526844cc6a8810a2491d79a12780d28b02" }
|
||||
typst-html = { git = "https://github.com/ParaN3xus/typst.git", rev = "c0cf67526844cc6a8810a2491d79a12780d28b02" }
|
||||
typst-timing = { git = "https://github.com/ParaN3xus/typst.git", rev = "c0cf67526844cc6a8810a2491d79a12780d28b02" }
|
||||
typst-svg = { git = "https://github.com/ParaN3xus/typst.git", rev = "c0cf67526844cc6a8810a2491d79a12780d28b02" }
|
||||
typst-render = { git = "https://github.com/ParaN3xus/typst.git", rev = "c0cf67526844cc6a8810a2491d79a12780d28b02" }
|
||||
typst-pdf = { git = "https://github.com/ParaN3xus/typst.git", rev = "c0cf67526844cc6a8810a2491d79a12780d28b02" }
|
||||
typst-syntax = { git = "https://github.com/ParaN3xus/typst.git", rev = "c0cf67526844cc6a8810a2491d79a12780d28b02" }
|
||||
typst-eval = { git = "https://github.com/ParaN3xus/typst.git", rev = "c0cf67526844cc6a8810a2491d79a12780d28b02" }
|
||||
|
||||
typst-ansi-hl = { git = "https://github.com/ParaN3xus/typst-ansi-hl.git", branch = "nightly" }
|
||||
typstyle-core = { git = "https://github.com/ParaN3xus/typstyle/", branch = "nightly" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue