diff options
author | Bobby Holley <bobbyholley@gmail.com> | 2016-01-11 19:17:33 -0800 |
---|---|---|
committer | Bobby Holley <bobbyholley@gmail.com> | 2016-01-11 19:38:43 -0800 |
commit | dec296ddbcbc870b54fbde1de7a57c8cf162c38b (patch) | |
tree | 25696ff9b7d921ea8ad7017b7f8c3433e412e789 /components/servo | |
parent | 384cdfcfff157afb3d02c5fafb7fbf1e347f5e7b (diff) | |
download | servo-dec296ddbcbc870b54fbde1de7a57c8cf162c38b.tar.gz servo-dec296ddbcbc870b54fbde1de7a57c8cf162c38b.zip |
Use features to prevent the util component from entraining the world in GeckoLib builds.
Diffstat (limited to 'components/servo')
-rw-r--r-- | components/servo/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index 917e7d1de1d..8df856c6967 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -81,6 +81,7 @@ path = "../profile_traits" [dependencies.util] path = "../util" +features = ["non-geckolib"] [dependencies.script] path = "../script" |