Skip to content

Commit

Permalink
Merge pull request #45 from CenTdemeern1/patch-1
Browse files Browse the repository at this point in the history
Fix typo: swapped documentation links
  • Loading branch information
Meziu committed Apr 20, 2024
2 parents a57fdf1 + 5af6192 commit d865e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ library, to write homebrew graphical programs for the Nintendo 3DS.
## Crates

* [`citro3d-sys`](./citro3d-sys) - C bindings to `libcitro3d`
([docs](https://rust3ds.github.io/citro3d-rs/crates/citro3d))
* [`citro3d`](./citro3d) - safe Rust wrappers for `citro3d-sys` (WIP)
([docs](https://rust3ds.github.io/citro3d-rs/crates/citro3d_sys))
* [`citro3d`](./citro3d) - safe Rust wrappers for `citro3d-sys` (WIP)
([docs](https://rust3ds.github.io/citro3d-rs/crates/citro3d))
* [`citro3d-macros`](./citro3d-macros/) – helper proc-macros for `citro3d`

## License
Expand Down

0 comments on commit d865e36

Please sign in to comment.