diff options
author | Imanol Fernandez <mortimergoro@gmail.com> | 2017-09-21 15:16:46 +0200 |
---|---|---|
committer | Imanol Fernandez <mortimergoro@gmail.com> | 2017-10-16 20:56:53 +0200 |
commit | 8ae0739bab8a3c74e0685d9f53bbb155e4458aba (patch) | |
tree | e1521882893206d2dd3bf06de5260f7bf0994cb7 /components/canvas/lib.rs | |
parent | a9022be0c3e30249845ca5947ac0c0a6743c7991 (diff) | |
download | servo-8ae0739bab8a3c74e0685d9f53bbb155e4458aba.tar.gz servo-8ae0739bab8a3c74e0685d9f53bbb155e4458aba.zip |
Implement DOM to texture
Diffstat (limited to 'components/canvas/lib.rs')
-rw-r--r-- | components/canvas/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/canvas/lib.rs b/components/canvas/lib.rs index e26d8c2b582..809a69237c0 100644 --- a/components/canvas/lib.rs +++ b/components/canvas/lib.rs @@ -15,6 +15,7 @@ extern crate ipc_channel; #[macro_use] extern crate log; extern crate num_traits; extern crate offscreen_gl_context; +extern crate servo_config; extern crate webrender; extern crate webrender_api; |