diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 21:25:40 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 21:25:40 +0200 |
| commit | ce40702a501c3159db89693bd7da713ae1b4c011 (patch) | |
| tree | 1186ac83a59c7ce1b08b072ac82292338111824e /typst/Cargo.toml | |
| parent | afd538d6af0baf8a1861ff2cdef881edbfb57000 (diff) | |
feat(typst): embed fonts
Diffstat (limited to 'typst/Cargo.toml')
| -rw-r--r-- | typst/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/typst/Cargo.toml b/typst/Cargo.toml index 3cdc8a7..dc7eb97 100644 --- a/typst/Cargo.toml +++ b/typst/Cargo.toml @@ -16,3 +16,8 @@ opt-level = 2 codegen-units = 1 lto = true strip = true + +[features] +default = ["embed-fonts"] + +embed-fonts = ["typst-kit/embed-fonts"] |
