diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,4 +17,4 @@ panic = "abort" opt-level = "s" [dependencies] -libctru = { git = "https://github.com/dbartussek/libctru-rs.git" } +libctru = { path = "../libctru" } |