diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-02-18 17:33:13 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-02-18 17:33:13 +0100 |
| commit | 61d1e1a6831113143c5d1e9f8ccf2a86f90f359a (patch) | |
| tree | 27c85e1ee876941bba558bb187885ccc4a76f87d /Cargo.toml | |
| parent | e01970b20a058ab1b4ebea916f229c9b706c84e4 (diff) | |
Remove layout-cache feature
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -5,10 +5,9 @@ authors = ["The Typst Project Developers"] edition = "2021" [features] -default = ["fs", "layout-cache"] +default = ["fs"] cli = ["fs", "pico-args", "codespan-reporting", "same-file"] fs = ["dirs", "memmap2", "same-file", "walkdir"] -layout-cache = [] # Dependency updates: # - Bump ttf-parser when rustybuzz is updated @@ -64,9 +63,6 @@ dirs = { version = "4", optional = true } memmap2 = { version = "0.5", optional = true } walkdir = { version = "2", optional = true } -# Still here for layout cache evaluation, but must be activated manually. -rand = { version = "0.8", optional = true } - [dev-dependencies] filedescriptor = "0.8" iai = { git = "https://github.com/reknih/iai" } |
