diff --git a/Cargo.toml b/Cargo.toml index a400cc3..89094eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "linker-fix-3ds" +name = "shim-3ds" authors = [ "Rust3DS Org", "Andrea Ciliberti " ] version = "0.1.0" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index 4f2907a..5cb7807 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# rust-linker-fix-3ds +# shim-3ds -Shim implementation of some functions of the `newlib` library. +Shim implementation for a subset of the `newlib` library. ## Warning