diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2015-10-28 13:22:25 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-10-28 21:34:23 +0530 |
commit | ce5586f74ad87a62f4a8ee97f60c2d012bae19c4 (patch) | |
tree | 1123496b7a34a92269161049fa73519fac071a19 /components/gfx_traits | |
parent | 3951c577bf2ec0f809d81752737fccac966537a8 (diff) | |
download | servo-ce5586f74ad87a62f4a8ee97f60c2d012bae19c4.tar.gz servo-ce5586f74ad87a62f4a8ee97f60c2d012bae19c4.zip |
Update euclid to 0.3
Diffstat (limited to 'components/gfx_traits')
-rw-r--r-- | components/gfx_traits/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/gfx_traits/Cargo.toml b/components/gfx_traits/Cargo.toml index 913e973d163..a092e9f0ddf 100644 --- a/components/gfx_traits/Cargo.toml +++ b/components/gfx_traits/Cargo.toml @@ -9,3 +9,4 @@ path = "lib.rs" [dependencies.azure] git = "https://github.com/servo/rust-azure" +features = ["plugins"] |