servo/.cargo/config.toml
Josh Matthews c94ac5bccb
Move various reflector types and traits to script_bindings (#35279)
* script: Move Reflector to script_bindings.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* script: Extract global() helper from DomObject into new trait. Move DomObject and related traits to script_bindings.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
2025-02-04 06:58:08 +00:00

36 lines
823 B
TOML

[target.aarch64-linux-android]
linker = "aarch64-linux-android30-clang"
[target.armv7-linux-androideabi]
linker = "armv7a-linux-androideabi30-clang"
[target.armv-linux-androideabi]
linker = "armv7a-linux-androideabi30-clang"
[target.i686-linux-android]
linker = "i686-linux-android30-clang"
[target.x86_64-linux-android]
linker = "x86_64-linux-android30-clang"
[target.x86_64-pc-windows-msvc]
linker = "lld-link.exe"
[target.x86_64-uwp-windows-msvc]
linker = "lld-link.exe"
[target.i686-pc-windows-msvc]
linker = "lld-link.exe"
[target.aarch64-pc-windows-msvc]
linker = "lld-link.exe"
[target.aarch64-uwp-windows-msvc]
linker = "lld-link.exe"
[env]
MACOSX_DEPLOYMENT_TARGET = "13.0"
RUSTC_BOOTSTRAP = "crown,script,script_bindings,style_tests,mozjs,mozjs_sys"
[build]
rustdocflags = ["--document-private-items"]