Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
naga: Fix reference to
serde
feature.
naga doesn't have a `serde` feature, instead having separate `serialize` and `deserialize` features, so things that want to modify the serde handling must check for either of those, not for `serde` itself.
- Loading branch information