From f47187bf30aefd4ae0ffe87887214384a17e5ee3 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 28 Jan 2020 00:58:19 +0000 Subject: [PATCH 1/2] Add profilemozjs feature to simpleservo/api. --- ports/libsimpleservo/api/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/libsimpleservo/api/Cargo.toml b/ports/libsimpleservo/api/Cargo.toml index f78ca00a741..0dd05e38561 100644 --- a/ports/libsimpleservo/api/Cargo.toml +++ b/ports/libsimpleservo/api/Cargo.toml @@ -48,6 +48,7 @@ native-bluetooth = ["libservo/native-bluetooth"] no_static_freetype = ["libservo/no_static_freetype"] no-wgl = ["libservo/no-wgl"] oculusvr = ["libservo/oculusvr"] +profilemozjs = ["libservo/profilemozjs"] refcell_backtrace = ["libservo/refcell_backtrace"] webdriver = ["libservo/webdriver"] uwp = ["libservo/uwp", "webxr/openxr-api"] From 3adf62dd7b1032ea7906de646063a97e9fe7397d Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 28 Jan 2020 00:59:07 +0000 Subject: [PATCH 2/2] Add profilemozjs feature to C API crate. --- ports/libsimpleservo/capi/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/libsimpleservo/capi/Cargo.toml b/ports/libsimpleservo/capi/Cargo.toml index 7c93998ed0f..2c629587c8f 100644 --- a/ports/libsimpleservo/capi/Cargo.toml +++ b/ports/libsimpleservo/capi/Cargo.toml @@ -43,6 +43,7 @@ max_log_level = ["simpleservo/max_log_level"] native-bluetooth = ["simpleservo/native-bluetooth"] no-wgl = ["simpleservo/no-wgl"] oculusvr = ["simpleservo/oculusvr"] +profilemozjs = ["simpleservo/profilemozjs"] refcell_backtrace = ["simpleservo/refcell_backtrace"] uwp = ["simpleservo/uwp"] webdriver = ["simpleservo/webdriver"]