From f47187bf30aefd4ae0ffe87887214384a17e5ee3 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 28 Jan 2020 00:58:19 +0000 Subject: [PATCH] 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"]