From 4c44bbedd7217fbbca9c0e8881660910ebfeee3e Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Sat, 5 Oct 2024 22:48:38 +0100 Subject: [PATCH] Add new import feature to xmrs --- tracker/agb-xm-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracker/agb-xm-core/Cargo.toml b/tracker/agb-xm-core/Cargo.toml index 1ab881f6..e46e3557 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"] }