diff options
Diffstat (limited to 'crates/typst-ide/Cargo.toml')
| -rw-r--r-- | crates/typst-ide/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-ide/Cargo.toml b/crates/typst-ide/Cargo.toml index 01f7a106..4e87f99b 100644 --- a/crates/typst-ide/Cargo.toml +++ b/crates/typst-ide/Cargo.toml @@ -22,7 +22,7 @@ serde = { workspace = true } unscanny = { workspace = true } [dev-dependencies] -typst-assets = { workspace = true } +typst-assets = { workspace = true, features = ["fonts"] } typst-dev-assets = { workspace = true } once_cell = { workspace = true } |
