The way "wgpu" is moved to Gecko involves removing the "crate-type" records from the Cargo manifests, because otherwise we get these linking errors:
We need to re-enable the crate types in order to produce proper binaries separately from Gecko.
This is blocked on rust-lang/cargo#4280
The way "wgpu" is moved to Gecko involves removing the "crate-type" records from the Cargo manifests, because otherwise we get these linking errors:
We need to re-enable the crate types in order to produce proper binaries separately from Gecko.
This is blocked on rust-lang/cargo#4280