2018-01-03 22:51:52 +03:00
|
|
|
# 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
|
|
|
|
|
2016-09-09 01:12:34 +03:00
|
|
|
[source.crates-io]
|
|
|
|
registry = 'https://github.com/rust-lang/crates.io-index'
|
|
|
|
replace-with = 'vendored-sources'
|
|
|
|
|
2018-03-28 16:11:53 +03:00
|
|
|
[source."https://github.com/servo/serde"]
|
|
|
|
git = "https://github.com/servo/serde"
|
2019-04-04 18:41:57 +03:00
|
|
|
branch = "deserialize_from_enums10"
|
2017-12-10 21:48:54 +03:00
|
|
|
replace-with = "vendored-sources"
|
|
|
|
|
2018-11-02 17:56:08 +03:00
|
|
|
[source."https://github.com/retep998/winapi-rs"]
|
|
|
|
git = "https://github.com/froydnj/winapi-rs"
|
|
|
|
branch = "aarch64"
|
|
|
|
replace-with = "vendored-sources"
|
|
|
|
|
2019-03-23 17:17:35 +03:00
|
|
|
[source."https://github.com/rust-lang-nursery/packed_simd"]
|
|
|
|
git = "https://github.com/hsivonen/packed_simd"
|
|
|
|
branch = "rust_1_32"
|
|
|
|
replace-with = "vendored-sources"
|
|
|
|
|
2019-04-15 13:39:28 +03:00
|
|
|
[source."https://github.com/CraneStation/Cranelift"]
|
|
|
|
git = "https://github.com/CraneStation/Cranelift"
|
2019-08-07 17:20:48 +03:00
|
|
|
rev = "c927680fd42a56efcc9a5ee59e814d9eef6c5b4f"
|
2019-03-26 06:12:56 +03:00
|
|
|
replace-with = "vendored-sources"
|
|
|
|
|
2019-07-17 08:32:36 +03:00
|
|
|
[source."https://github.com/ChunMinChang/coreaudio-sys"]
|
|
|
|
git = "https://github.com/ChunMinChang/coreaudio-sys"
|
|
|
|
branch = "gecko-build"
|
|
|
|
replace-with = "vendored-sources"
|
|
|
|
|
2019-07-27 16:14:23 +03:00
|
|
|
[source."https://github.com/alexcrichton/mio-named-pipes"]
|
|
|
|
git = "https://github.com/alexcrichton/mio-named-pipes"
|
|
|
|
replace-with = "vendored-sources"
|
|
|
|
|
|
|
|
[source."https://github.com/NikVolf/tokio-named-pipes"]
|
|
|
|
git = "https://github.com/NikVolf/tokio-named-pipes"
|
|
|
|
branch = "stable"
|
|
|
|
replace-with = "vendored-sources"
|
|
|
|
|
2016-09-09 01:12:34 +03:00
|
|
|
[source.vendored-sources]
|
|
|
|
directory = '@top_srcdir@/third_party/rust'
|