Skip to content

Commit

Permalink
Cargo updates and small workqueue change
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbergstrom committed Jan 20, 2016
1 parent 5b845cb commit 095658e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/gfx/Cargo.toml
Expand Up @@ -84,7 +84,7 @@ servo-fontconfig = "0.2"
[target.arm-linux-androideabi.dependencies]
servo-fontconfig = "0.2"

[target.x86_64-pc-windows-gnu.dependencies.fontconfig]
[target.x86_64-pc-windows-gnu.dependencies.servo-fontconfig]
git = "https://github.com/servo/rust-fontconfig"

[target.i686-unknown-linux-gnu.dependencies.freetype]
Expand Down
19 changes: 19 additions & 0 deletions components/servo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions components/util/workqueue.rs
Expand Up @@ -11,9 +11,8 @@
extern crate kernel32;

use deque::{Abort, BufferPool, Data, Empty, Stealer, Worker};
use libc::usleep;
#[cfg(not(windows))]
use libc::funcs::posix88::unistd::usleep;
use libc::usleep;
use rand::{Rng, XorShiftRng, weak_rng};
use std::sync::atomic::{AtomicUsize, Ordering};
use std::sync::mpsc::{Receiver, Sender, channel};
Expand Down

0 comments on commit 095658e

Please sign in to comment.