diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-09-19 17:44:40 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-09-19 17:44:40 +0200 |
| commit | e29f55bb294cc298daad97accf6d8a76976b409c (patch) | |
| tree | cc4db3b61fa23e13f781e992c63427d36e77ef8c /Cargo.toml | |
| parent | 59f67b79c7ff50f0bc9a27373d0fa36d1523e08a (diff) | |
Remove font store
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,13 +7,14 @@ edition = "2021" [features] default = ["fs"] cli = ["fs", "pico-args", "codespan-reporting", "same-file"] -fs = ["dirs", "memmap2", "same-file", "walkdir"] +fs = ["dirs", "memmap2", "walkdir", "same-file"] [dependencies] # Workspace typst-macros = { path = "./macros" } # Utilities +bitflags = "1" bytemuck = "1" fxhash = "0.2" lipsum = { git = "https://github.com/reknih/lipsum" } |
