Seed doesn't compile with `default-features = false`
dullbananas opened this issue · 2 comments
dullbananas commented
error[E0432]: unresolved import `json`
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/seed-0.9.2/src/browser/fetch.rs:46:9
|
46 | pub use json::Error as JsonError;
| ^^^^ use of undeclared crate or module `json`
flosse commented
You need either serde-json
or serde-wasm-bindgen
.
Ideally seed would be more modular but someone has to do it (see #672).
flosse commented
obsolete since v0.10.0