diff options
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r-- | components/style/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs index 6e45d9a9411..7fe5fe1bcca 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -72,6 +72,7 @@ extern crate util; pub mod animation; pub mod attr; pub mod bezier; +pub mod cache; pub mod context; pub mod custom_properties; pub mod data; |