Browse Source

Merge branch 'master' of https://github.com/rust3ds/ctru-rs into fix/applets

pull/149/head
Andrea Ciliberti 1 year ago
parent
commit
64bdc8bfcf
  1. 2
      .github/workflows/docs.yml
  2. 5
      ctru-sys/README.md

2
.github/workflows/docs.yml

@ -3,7 +3,7 @@ name: GitHub Pages @@ -3,7 +3,7 @@ name: GitHub Pages
on:
push:
branches:
- main
- master
workflow_dispatch:
jobs:

5
ctru-sys/README.md

@ -2,8 +2,9 @@ @@ -2,8 +2,9 @@
Raw Rust bindings over the [`libctru`](https://github.com/devkitPro/libctru) C library.
Documentation for the latest devkitPro release can be found
[here](https://rust3ds.github.io/crates/ctru_sys).
Documentation for the latest devkitPro release
[on Docker Hub](https://hub.docker.com/r/devkitpro/devkitarm/)
can be found [here](https://rust3ds.github.io/ctru-rs/crates/ctru_sys).
## Requirements

Loading…
Cancel
Save