Bug 1482193 [wpt PR 12382] - [PE] Allow blending for svg root etc., a=testonly
[gecko.git] / .cargo / config.in
blob94742feaa91ca1ad680f84dbc7a4549ab2e50fc3
1 # Note: if you add more configure substitutions here with required values
2 # you will also need to fix the sed commands in:
3 # taskcluster/scripts/builder/build-sm-mozjs-crate.sh
4 # taskcluster/scripts/builder/build-sm-rust-bindings.sh
6 [source.crates-io]
7 registry = 'https://github.com/rust-lang/crates.io-index'
8 replace-with = 'vendored-sources'
10 [source."https://github.com/servo/serde"]
11 git = "https://github.com/servo/serde"
12 branch = "deserialize_from_enums8"
13 replace-with = "vendored-sources"
15 [source.vendored-sources]
16 directory = '@top_srcdir@/third_party/rust'
18 @WIN64_CARGO_LINKER_CONFIG@