Use num-traits in compositing.

This commit is contained in:
Ms2ger 2016-04-20 15:30:17 +02:00
parent 38c10f89f2
commit a8b5ac5e32
6 changed files with 6 additions and 6 deletions

View file

@ -91,7 +91,7 @@ euclid = {version = "0.6.4", features = ["plugins"]}
gleam = "0.2.8"
image = "0.9"
log = "0.3.5"
num = "0.1.24"
num-traits = "0.1.32"
offscreen_gl_context = "0.1.2"
rand = "0.3"
serde = "0.7"

View file

@ -37,7 +37,7 @@ extern crate layout_traits;
extern crate log;
extern crate msg;
extern crate net_traits;
extern crate num;
extern crate num_traits;
extern crate offscreen_gl_context;
#[macro_use]
extern crate profile_traits;

View file

@ -5,7 +5,7 @@
use euclid::length::Length;
use ipc_channel::ipc::{self, IpcSender};
use ipc_channel::router::ROUTER;
use num::traits::Saturating;
use num_traits::Saturating;
use script_traits::{MsDuration, NsDuration, precise_time_ms, precise_time_ns};
use script_traits::{TimerEvent, TimerEventRequest};
use std::cell::RefCell;

View file

@ -303,7 +303,7 @@ dependencies = [
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",
"net_traits 0.0.1",
"num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
"offscreen_gl_context 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"plugins 0.0.1",
"profile_traits 0.0.1",

2
ports/cef/Cargo.lock generated
View file

@ -273,7 +273,7 @@ dependencies = [
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",
"net_traits 0.0.1",
"num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
"offscreen_gl_context 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"plugins 0.0.1",
"profile_traits 0.0.1",

2
ports/gonk/Cargo.lock generated
View file

@ -266,7 +266,7 @@ dependencies = [
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",
"net_traits 0.0.1",
"num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
"offscreen_gl_context 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"plugins 0.0.1",
"profile_traits 0.0.1",