Use skia and deps from crates.io.

Fix https://github.com/servo/skia/issues/70
This commit is contained in:
Simon Sapin 2015-11-30 21:39:27 +01:00
parent 3720e4d5ef
commit aa1eba4f5a
26 changed files with 811 additions and 752 deletions

View file

@ -26,11 +26,11 @@ use euclid::size::{Size2D, TypedSize2D};
use gleam::gl;
use layers::geometry::DevicePixel;
use layers::platform::surface::NativeDisplay;
use libc::{c_char, c_void};
use msg::constellation_msg::{Key, KeyModifiers};
use net_traits::net_error_list::NetError;
use std::cell::RefCell;
use std::ffi::CString;
use std::os::raw::{c_char, c_void};
use std::ptr;
use std::rc::Rc;
use std::sync::mpsc::{Sender, channel};