mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
canvas_traits: Remove unused layers dependency
This commit is contained in:
parent
5ed93a5c4a
commit
5a6eaf8621
5 changed files with 0 additions and 11 deletions
|
@ -15,10 +15,6 @@ path = "../gfx_traits"
|
|||
git = "https://github.com/servo/rust-azure"
|
||||
features = ["plugins"]
|
||||
|
||||
[dependencies.layers]
|
||||
git = "https://github.com/servo/rust-layers"
|
||||
features = ["plugins"]
|
||||
|
||||
[dependencies.offscreen_gl_context]
|
||||
git = "https://github.com/ecoal95/rust-offscreen-rendering-context"
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@ extern crate euclid;
|
|||
extern crate gfx_traits;
|
||||
extern crate heapsize;
|
||||
extern crate ipc_channel;
|
||||
extern crate layers;
|
||||
extern crate offscreen_gl_context;
|
||||
extern crate serde;
|
||||
extern crate util;
|
||||
|
@ -35,11 +34,8 @@ use euclid::rect::Rect;
|
|||
use euclid::size::Size2D;
|
||||
use gfx_traits::color;
|
||||
use ipc_channel::ipc::{IpcSender, IpcSharedMemory};
|
||||
use layers::platform::surface::NativeSurface;
|
||||
use serde::{Deserialize, Deserializer, Serialize, Serializer};
|
||||
use std::default::Default;
|
||||
use std::str::FromStr;
|
||||
use std::sync::mpsc::Sender;
|
||||
|
||||
pub use webrender_traits::{WebGLFramebufferBindingRequest, WebGLError, WebGLParameter, WebGLResult, WebGLContextId};
|
||||
pub use webrender_traits::WebGLCommand as CanvasWebGLMsg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue