aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/script.rc')
-rw-r--r--src/components/script/script.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/script/script.rc b/src/components/script/script.rc
index 3fd36ee3724..9aa5f2f3a76 100644
--- a/src/components/script/script.rc
+++ b/src/components/script/script.rc
@@ -11,6 +11,8 @@
#[license = "MPL"];
#[crate_type = "lib"];
+#[feature(globs, macro_rules, struct_variant)];
+
extern mod geom;
extern mod gfx (name = "gfx");
extern mod hubbub;