Skip to content

Commit

Permalink
dev(pkg::core): update serde feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Apr 24, 2023
1 parent 464fb78 commit aa304b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/typst.ts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ pixglyph = "0.1"
flate2 = "1"
resvg = { version = "0.22", default-features = false }

# todo: use javascript native JSON
serde_json = { version = "1.0.95", optional = true }

# Everything to do with wasm
Expand All @@ -52,4 +51,4 @@ web-sys = { version = "^0.3", features = ["console", "Performance", "Performance

[features]
serde = ["dep:serde_json"]
default = ["serde"]
default = []

0 comments on commit aa304b7

Please sign in to comment.