From 55a0ee6ec75960879c20aea7d4b68a8bbdda1560 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Sun, 22 Feb 2015 12:35:52 -0500 Subject: script: Implement enough 2D canvas support to render basic SVGs such as the tiger. --- components/script/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'components/script/lib.rs') diff --git a/components/script/lib.rs b/components/script/lib.rs index 35d481d5b76..a35e3c2ee89 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -56,6 +56,7 @@ pub mod cors; #[macro_use] pub mod dom; + pub mod parse; pub mod layout_interface; -- cgit v1.2.3