mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
gfx: Drop "canvas_traits" dependency
This commit is contained in:
parent
35ce58ef98
commit
50ba78c512
5 changed files with 0 additions and 7 deletions
|
@ -41,9 +41,6 @@ path = "../gfx_traits"
|
|||
[dependencies.net_traits]
|
||||
path = "../net_traits"
|
||||
|
||||
[dependencies.canvas_traits]
|
||||
path = "../canvas_traits"
|
||||
|
||||
[dependencies.util]
|
||||
path = "../util"
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@ extern crate app_units;
|
|||
extern crate azure;
|
||||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
extern crate canvas_traits;
|
||||
|
||||
// Mac OS-specific library dependencies
|
||||
#[cfg(target_os = "macos")] extern crate core_foundation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue