mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Use num-traits in canvas.
This commit is contained in:
parent
03d4bacc05
commit
38c10f89f2
6 changed files with 6 additions and 6 deletions
|
@ -14,7 +14,7 @@ use euclid::size::Size2D;
|
|||
use gfx_traits::color;
|
||||
use ipc_channel::ipc::IpcSharedMemory;
|
||||
use ipc_channel::ipc::{self, IpcSender};
|
||||
use num::ToPrimitive;
|
||||
use num_traits::ToPrimitive;
|
||||
use std::borrow::ToOwned;
|
||||
use std::mem;
|
||||
use util::opts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue