Skip to content

Commit

Permalink
Add new import feature to xmrs
Browse files Browse the repository at this point in the history
  • Loading branch information
gwilymk committed Oct 5, 2024
1 parent 61634e1 commit 4c44bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracker/agb-xm-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit 4c44bbe

Please sign in to comment.