diff options
-rw-r--r-- | ports/cef/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/cef/Cargo.toml b/ports/cef/Cargo.toml index 21ce2165cac..20693cd8385 100644 --- a/ports/cef/Cargo.toml +++ b/ports/cef/Cargo.toml @@ -16,6 +16,9 @@ opt-level = 3 [features] debugmozjs = ["libservo/debugmozjs"] +default = ["unstable", "default-except-unstable"] +default-except-unstable = [] +unstable = ["libservo/unstable"] [dependencies] compositing = {path = "../../components/compositing"} |