aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/msg
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/msg')
-rw-r--r--src/components/msg/msg.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/msg/msg.rc b/src/components/msg/msg.rc
index 3811f5bffa7..2cef8db14a2 100644
--- a/src/components/msg/msg.rc
+++ b/src/components/msg/msg.rc
@@ -10,14 +10,14 @@
extern mod azure;
extern mod extra;
-extern mod geom;
-extern mod layers;
+extern mod geom = "rust-geom";
+extern mod layers = "rust-layers";
extern mod std;
#[cfg(target_os="macos")]
-extern mod core_foundation;
+extern mod core_foundation = "rust-core-foundation";
#[cfg(target_os="macos")]
-extern mod io_surface;
+extern mod io_surface = "rust-io-surface";
pub mod compositor_msg;
pub mod constellation_msg;