Skip to content

Commit

Permalink
Fixed cargo links
Browse files Browse the repository at this point in the history
  • Loading branch information
ischeinkman committed Aug 21, 2024
1 parent f1a9ec6 commit a9c04d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gba"
description = "A crate for 'raw' style GBA development. If you want a 'managed' experience, try the `agb` crate instead."
repository = "https://github.com/rust-console/gba"
description = "A minimal cell wrapper for communication between regular and IRQ code on the GBA using single-word values."
repository = "https://github.com/ischeinkman/gba-cell"
version = "0.0.1"
edition = "2021"
license = "Zlib OR Apache-2.0 OR MIT"
Expand Down

0 comments on commit a9c04d1

Please sign in to comment.