mirror of
https://github.com/servo/servo.git
synced 2025-09-05 20:48:22 +01:00
Use skia and deps from crates.io.
Fix https://github.com/servo/skia/issues/70
This commit is contained in:
parent
3720e4d5ef
commit
aa1eba4f5a
26 changed files with 811 additions and 752 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue