Skip to content

Commit 0a66e48

Browse files
Update README
1 parent a61e8f7 commit 0a66e48

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/target/
44

55
# 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
76
Cargo.lock
87

98
# These are backup files generated by rustfmt

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
# luma
1+
# luma
2+
3+
A Rust rewrite of devkitPro's [libogc](https://github.com/devkitPro/libogc).
4+
5+
**NOTE**: This is currently in a very experimental state and is subject to change.
6+
7+
### Contribution
8+
9+
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

Comments
 (0)