зеркало из https://github.com/mozilla/gecko-dev.git
32 строки
1.0 KiB
Plaintext
32 строки
1.0 KiB
Plaintext
# Note: if you add more configure substitutions here with required values
|
|
# you will also need to fix the sed commands in:
|
|
# taskcluster/scripts/builder/build-sm-mozjs-crate.sh
|
|
# taskcluster/scripts/builder/build-sm-rust-bindings.sh
|
|
|
|
[source.crates-io]
|
|
registry = 'https://github.com/rust-lang/crates.io-index'
|
|
replace-with = 'vendored-sources'
|
|
|
|
[source."https://github.com/servo/serde"]
|
|
git = "https://github.com/servo/serde"
|
|
branch = "deserialize_from_enums10"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/retep998/winapi-rs"]
|
|
git = "https://github.com/froydnj/winapi-rs"
|
|
branch = "aarch64"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/rust-lang-nursery/packed_simd"]
|
|
git = "https://github.com/hsivonen/packed_simd"
|
|
branch = "rust_1_32"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."https://github.com/CraneStation/Cranelift"]
|
|
git = "https://github.com/CraneStation/Cranelift"
|
|
rev = "538a0662bf90a1daa9921c10f34827ace134abf1"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source.vendored-sources]
|
|
directory = '@top_srcdir@/third_party/rust'
|