Skip to content

Commit

Permalink
Fix typo: swapped documentation links
Browse files Browse the repository at this point in the history
The docs link for citro3d-sys went to citro3d and vice versa.
  • Loading branch information
CenTdemeern1 authored Apr 19, 2024
1 parent a57fdf1 commit 5af6192
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 5af6192

Please sign in to comment.