We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61e8f7 commit 0a66e48Copy full SHA for 0a66e48
.gitignore
@@ -3,7 +3,6 @@
3
/target/
4
5
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
6
-# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
7
Cargo.lock
8
9
# These are backup files generated by rustfmt
README.md
@@ -1 +1,14 @@
1
-# luma
+# luma
2
+
+A Rust rewrite of devkitPro's [libogc](https://github.com/devkitPro/libogc).
+**NOTE**: This is currently in a very experimental state and is subject to change.
+### Contribution
+If you have any suggestions or issues towards this library, please submit an
10
+issue. Pull requests, code reviewing and feedback are welcome.
11
12
+### License
13
14
+See [LICENSE](LICENSE) for more details.
0 commit comments