diff --git a/tracker/agb-xm-core/Cargo.toml b/tracker/agb-xm-core/Cargo.toml index 1ab881f64..e46e35576 100644 --- a/tracker/agb-xm-core/Cargo.toml +++ b/tracker/agb-xm-core/Cargo.toml @@ -16,4 +16,4 @@ syn = "2" agb_tracker_interop = { version = "0.21.1", path = "../agb-tracker-interop", default-features = false } agb_fixnum = { version = "0.21.1", path = "../../agb-fixnum" } -xmrs = { version = "0.8.0", features = ["std"] } +xmrs = { version = "0.8.0", features = ["std", "import"] }