# This file contains vendoring instructions for cargo. # It was generated by `mach vendor rust`. # Please do not edit. [source.crates-io] replace-with = "vendored-sources" [source."https://github.com/FirefoxGraphics/aa-stroke"] git = "https://github.com/FirefoxGraphics/aa-stroke" rev = "07d3c25322518f294300e96246e09b95e118555d" replace-with = "vendored-sources" [source."https://github.com/FirefoxGraphics/wpf-gpu-raster"] git = "https://github.com/FirefoxGraphics/wpf-gpu-raster" rev = "a6514854d4518b02f2805719ff6cd74dae7dfde6" replace-with = "vendored-sources" [source."https://github.com/chris-zen/coremidi.git"] git = "https://github.com/chris-zen/coremidi.git" rev = "fc68464b5445caf111e41f643a2e69ccce0b4f83" replace-with = "vendored-sources" [source."https://github.com/gfx-rs/naga"] git = "https://github.com/gfx-rs/naga" rev = "e7fc8e6" replace-with = "vendored-sources" [source."https://github.com/gfx-rs/wgpu"] git = "https://github.com/gfx-rs/wgpu" rev = "186a29c34d54d8628bbebb998a537210ac565b71" replace-with = "vendored-sources" [source."https://github.com/glandium/warp"] git = "https://github.com/glandium/warp" rev = "4af45fae95bc98b0eba1ef0db17e1dac471bb23d" replace-with = "vendored-sources" [source."https://github.com/hsivonen/chardetng"] git = "https://github.com/hsivonen/chardetng" rev = "3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" replace-with = "vendored-sources" [source."https://github.com/hsivonen/chardetng_c"] git = "https://github.com/hsivonen/chardetng_c" rev = "ed8a4c6f900a90d4dbc1d64b856e61490a1c3570" replace-with = "vendored-sources" [source."https://github.com/hsivonen/packed_simd"] git = "https://github.com/hsivonen/packed_simd" rev = "412f9a0aa556611de021bde89dee8fefe6e0fbbd" replace-with = "vendored-sources" [source."https://github.com/jfkthame/mapped_hyph.git"] git = "https://github.com/jfkthame/mapped_hyph.git" rev = "c7651a0cffff41996ad13c44f689bd9cd2192c01" replace-with = "vendored-sources" [source."https://github.com/kinetiknz/audioipc-2"] git = "https://github.com/kinetiknz/audioipc-2" rev = "42eb59ab3b86cd43d3dbe37d159ce102a8eaf2a5" replace-with = "vendored-sources" [source."https://github.com/kinetiknz/mio-named-pipes"] git = "https://github.com/kinetiknz/mio-named-pipes" rev = "21c26326f5f45f415c49eac4ba5bc41a2f961321" replace-with = "vendored-sources" [source."https://github.com/mozilla-spidermonkey/jsparagus"] git = "https://github.com/mozilla-spidermonkey/jsparagus" rev = "688a6574cf830b4a3adaf9c5d41efc1f7dd4017f" replace-with = "vendored-sources" [source."https://github.com/mozilla/application-services"] git = "https://github.com/mozilla/application-services" rev = "51b984ecb21ba00694c3eee33364123a064a7cbb" replace-with = "vendored-sources" [source."https://github.com/mozilla/audioipc"] git = "https://github.com/mozilla/audioipc" rev = "fb7a2b12ced3b43e6a268621989c6191d1ed7e39" replace-with = "vendored-sources" [source."https://github.com/mozilla/cubeb-coreaudio-rs"] git = "https://github.com/mozilla/cubeb-coreaudio-rs" rev = "93b5c01a131f65c83c11aeb317f4583405c5eb79" replace-with = "vendored-sources" [source."https://github.com/mozilla/cubeb-pulse-rs"] git = "https://github.com/mozilla/cubeb-pulse-rs" rev = "cf48897be5cbe147d051ebbbe1eaf5fd8fb6bbc9" replace-with = "vendored-sources" [source."https://github.com/mozilla/midir.git"] git = "https://github.com/mozilla/midir.git" rev = "519e651241e867af3391db08f9ae6400bc023e18" replace-with = "vendored-sources" [source."https://github.com/mozilla/mp4parse-rust"] git = "https://github.com/mozilla/mp4parse-rust" rev = "3bfc47d9a571d0842676043ba60716318e946c06" replace-with = "vendored-sources" [source."https://github.com/mozilla/neqo"] git = "https://github.com/mozilla/neqo" tag = "v0.6.3" replace-with = "vendored-sources" [source."https://github.com/mozilla/uniffi-rs.git"] git = "https://github.com/mozilla/uniffi-rs.git" rev = "846612a1d4fb5d11e246bf0682da4a499409424c" replace-with = "vendored-sources" [source."https://github.com/rust-minidump/minidump-writer.git"] git = "https://github.com/rust-minidump/minidump-writer.git" rev = "7d76616d27b9dc87fe3a94639b8b4f947d52a6aa" replace-with = "vendored-sources" [source."https://github.com/smol-rs/async-task"] git = "https://github.com/smol-rs/async-task" rev = "f6488e35beccb26eb6e85847b02aa78a42cd3d0e" replace-with = "vendored-sources" # Take advantage of the fact that cargo will treat lines starting with # # as comments to add preprocessing directives. This file can thus by copied # as-is to $topsrcdir/.cargo/config with no preprocessing to be used there # (for e.g. independent tasks building rust code), or be preprocessed by # the build system to produce a .cargo/config with the right content. #define REPLACE_NAME vendored-sources #define VENDORED_DIRECTORY third_party/rust # We explicitly exclude the following section when preprocessing because # it would overlap with the preprocessed [source."@REPLACE_NAME@"], and # cargo would fail. #ifndef REPLACE_NAME [source.vendored-sources] directory = "third_party/rust" #endif # Thankfully, @REPLACE_NAME@ is unlikely to be a legitimate source, so # cargo will ignore it when it's here verbatim. #filter substitution [source."@REPLACE_NAME@"] directory = "@top_srcdir@/@VENDORED_DIRECTORY@"