mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Vendor m-c's nsstring in-tree
It is called nsstring_vendor since libgkrust already depends on nsstring, and we can't have two crates with the same name in-tree. We can't directly depend on the in-tree one since this will stop independent `./mach build-geckolib` builds from working. MozReview-Commit-ID: CR4tHgzXWFZ
This commit is contained in:
parent
494a89c27f
commit
398a6343b3
9 changed files with 872 additions and 51 deletions
|
@ -68,6 +68,7 @@ extern crate log;
|
|||
#[allow(unused_extern_crates)]
|
||||
#[macro_use]
|
||||
extern crate matches;
|
||||
#[cfg(feature = "gecko")] extern crate nsstring_vendor as nsstring;
|
||||
extern crate num_integer;
|
||||
extern crate num_traits;
|
||||
#[cfg(feature = "gecko")] extern crate num_cpus;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue