diff options
author | Diego Marcos <diego.marcos@gmail.com> | 2015-03-03 18:27:39 -0800 |
---|---|---|
committer | Diego Marcos <diego.marcos@gmail.com> | 2015-03-24 12:23:15 -0700 |
commit | e3f5a76baacfdd7b865bd0e01c31f4dd741b4976 (patch) | |
tree | 6a387966faed8f4623877b1b62b726e714c92db4 /components/util/lib.rs | |
parent | 2a9f29f3824479da357d5cded2dc0847e6854813 (diff) | |
download | servo-e3f5a76baacfdd7b865bd0e01c31f4dd741b4976.tar.gz servo-e3f5a76baacfdd7b865bd0e01c31f4dd741b4976.zip |
Implementing canvas drawImage API for HTML Canvas elements as image source
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index 62068621467..c9b1c5bb76a 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -24,6 +24,7 @@ #[macro_use] extern crate log; +extern crate azure; extern crate alloc; #[macro_use] extern crate bitflags; extern crate cssparser; |