mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 10:18:16 +00:00
fix: simplify dependency features in cargo.toml (#1363)
This commit is contained in:
parent
98bdd3c788
commit
5c56ade2c4
1 changed files with 4 additions and 4 deletions
|
@ -70,12 +70,12 @@ full = ["web", "rkyv", "typst"]
|
|||
|
||||
typst = ["dep:typst", "dep:typst-shim"]
|
||||
|
||||
rkyv = ["dep:rkyv", "rkyv/alloc", "rkyv/archive_le"]
|
||||
rkyv-validation = ["dep:rkyv", "rkyv/validation"]
|
||||
rkyv = ["rkyv/alloc", "rkyv/archive_le"]
|
||||
rkyv-validation = ["rkyv/validation"]
|
||||
|
||||
__web = ["dep:wasm-bindgen", "dep:js-sys"]
|
||||
__web = ["wasm-bindgen", "js-sys"]
|
||||
web = ["__web"]
|
||||
system = ["dep:tempfile", "dep:same-file"]
|
||||
system = ["tempfile", "same-file"]
|
||||
bi-hash = []
|
||||
|
||||
[lints]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue