mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 18:28:02 +00:00
fix: cannot build clap/wrap_help in web (#1253)
This commit is contained in:
parent
5069a89d5d
commit
7b8739487e
4 changed files with 5 additions and 4 deletions
|
@ -39,7 +39,7 @@ insta.workspace = true
|
|||
|
||||
[features]
|
||||
default = ["cli", "embed-fonts", "no-content-hint"]
|
||||
cli = ["clap"]
|
||||
cli = ["clap", "clap/wrap_help"]
|
||||
|
||||
# Embeds Typst's default fonts for
|
||||
# - text (Linux Libertine),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue