diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2014-05-26 21:24:38 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2014-07-09 20:57:21 +0100 |
commit | c4bbf54fe30d69d76f41c53ad5b12172c3bb12b1 (patch) | |
tree | b595ecc5011b7e784b6f25c2d1dcd45c09920e34 /src/components/util/util.rs | |
parent | 94909f2d087ff0568d34b259c5fda38dfb949bc7 (diff) | |
download | servo-c4bbf54fe30d69d76f41c53ad5b12172c3bb12b1.tar.gz servo-c4bbf54fe30d69d76f41c53ad5b12172c3bb12b1.zip |
Add logical geometry primitives, for CSS Writing Modes.
Diffstat (limited to 'src/components/util/util.rs')
-rw-r--r-- | src/components/util/util.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/util/util.rs b/src/components/util/util.rs index 31f0b2295c9..1f60ce6c0d6 100644 --- a/src/components/util/util.rs +++ b/src/components/util/util.rs @@ -32,6 +32,7 @@ extern crate std_url = "url"; pub mod cache; pub mod debug_utils; pub mod geometry; +pub mod logical_geometry; pub mod memory; pub mod namespace; pub mod opts; |