diff options
| author | Dario Bartussek <[email protected]> | 2021-04-21 13:23:01 +0200 |
|---|---|---|
| committer | Dario Bartussek <[email protected]> | 2021-04-21 13:23:01 +0200 |
| commit | ab04f21be18f48b44bd43a19db352541370f27a5 (patch) | |
| tree | 3038da55a9c26fdb707f52859cbd9897bbdfd8df /Cargo.toml | |
| parent | Custom std can now create threads and panic (diff) | |
| download | rust_3ds-2.5.1_custom_std.tar.xz rust_3ds-2.5.1_custom_std.zip | |
Updated libctru bindingsHEAD2.5.1_custom_std
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" } |