servo: Add missing util.rs

This commit is contained in:
Patrick Walton 2012-11-11 21:03:47 -08:00
parent a38887194f
commit 5e70e3b153

3
src/servo/util.rs Normal file
View file

@ -0,0 +1,3 @@
pub use gfx::util::cache;
pub use gfx::util::time;