1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-28 10:09:20 -05:00
denoland-deno/build_extra
Bert Belder 5bca001f97
build: support crate imports using an alias name
A crate can assign an alternative name, different from the crate name,
when importing another crate. On the command line this looks like:

  rustc ... --extern foo_crate=path/to/bar_crate.rlib

We need to support this so we can eventually upgrade to rand-0.7.x.
2019-08-02 17:56:47 +02:00
..
flatbuffers remove unnecessary build opt (#1783) 2019-02-15 11:06:26 -05:00
rust build: support crate imports using an alias name 2019-08-02 17:56:47 +02:00