Move util::cache to style.

This commit is contained in:
Ms2ger 2016-07-01 09:42:43 +02:00
parent fa05a309f3
commit 8dd711d3db
11 changed files with 6 additions and 9 deletions

View file

@ -18,6 +18,7 @@ extern crate url;
extern crate util;
mod attr;
mod cache;
mod logical_geometry;
mod media_queries;
mod properties;