mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-07 21:15:03 +00:00
feat: add no-content-hint
feature to crityp (#1408)
This commit is contained in:
parent
4145139534
commit
ddd503f180
1 changed files with 2 additions and 1 deletions
|
@ -38,8 +38,9 @@ typst-syntax.workspace = true
|
|||
insta.workspace = true
|
||||
|
||||
[features]
|
||||
default = ["cli", "embed-fonts"]
|
||||
default = ["cli", "embed-fonts", "no-content-hint"]
|
||||
cli = ["clap", "clap/wrap_help"]
|
||||
no-content-hint = ["tinymist-project/no-content-hint"]
|
||||
|
||||
# Embeds Typst's default fonts for
|
||||
# - text (Linux Libertine),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue