Skip to content

Commit

Permalink
Move generic util code from servo-gfx to top-level servo-util.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Aas committed Apr 16, 2013
1 parent 9a12ebf commit 95b5aaf
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
18 changes: 18 additions & 0 deletions src/servo-util/servo_util.rc
@@ -0,0 +1,18 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#[link(name = "servo_util",
vers = "0.1",
uuid = "48421f49-17cf-41c5-a68e-ff669ff2ecd5",
url = "http://servo.org/")];
#[crate_type = "lib"];

extern mod std;

pub mod cache;
pub mod range;
pub mod time;
pub mod url;
pub mod vec;

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 95b5aaf

Please sign in to comment.