Allow typst package to compile by itself (#2130)
This commit is contained in:
parent
68fc6f5bc0
commit
c203eff9f4
|
|
@ -54,7 +54,7 @@ unscanny = "0.1"
|
|||
usvg = { version = "0.35", default-features = false, features = ["text"] }
|
||||
xmlwriter = "0.1.0"
|
||||
xmp-writer = "0.1"
|
||||
time = { version = "0.3.20", features = ["std", "formatting", "macros"] }
|
||||
time = { version = "0.3.20", features = ["std", "formatting", "macros", "parsing"] }
|
||||
wasmi = "0.31.0"
|
||||
xmlparser = "0.13.5"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue