Docker compose Update

This commit is contained in:
2026-04-05 00:38:52 -04:00
parent 0efd9b8eb8
commit 128a73d5e1
3 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ futures-util = "0.3"
ecow = "0.2"
typst = { version = "0.14.2", path = "../typst/crates/typst" }
typst-kit = { path = "../typst/crates/typst-kit", features = ["system-downloader", "system-packages", "embedded-fonts"] }
typst-kit = { path = "../typst/crates/typst-kit", features = ["downloads", "packages", "embed-fonts"] }
typst-layout = { path = "../typst/crates/typst-layout" }
typst-pdf = { path = "../typst/crates/typst-pdf" }
typst-render = { path = "../typst/crates/typst-render" }