From 6cf43bd974344a1c56f9c09b0076454c56deebfb Mon Sep 17 00:00:00 2001 From: Meziu <55318903+Meziu@users.noreply.github.com> Date: Wed, 19 Oct 2022 07:30:28 +0200 Subject: [PATCH 1/2] Update manifest with current repo links --- Cargo.toml | 2 +- ctru-rs/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d7694bc..0d8eaac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace] members = ["ctru-rs", "ctru-sys", "ctru-sys/docstring-to-rustdoc"] -[patch.'https://github.com/Meziu/ctru-rs'] +[patch.'https://github.com/rust3ds/ctru-rs'] # Make sure all dependencies use the local ctru-sys package ctru-sys = { path = "ctru-sys" } diff --git a/ctru-rs/Cargo.toml b/ctru-rs/Cargo.toml index 3c90be8..e1372e0 100644 --- a/ctru-rs/Cargo.toml +++ b/ctru-rs/Cargo.toml @@ -14,8 +14,8 @@ name = "ctru" cfg-if = "1.0" ctru-sys = { path = "../ctru-sys", version = "0.4" } const-zero = "0.1.0" -linker-fix-3ds = { git = "https://github.com/Meziu/rust-linker-fix-3ds.git" } -pthread-3ds = { git = "https://github.com/Meziu/pthread-3ds.git" } +linker-fix-3ds = { git = "https://github.com/rust3ds/rust-linker-fix-3ds.git" } +pthread-3ds = { git = "https://github.com/rust3ds/pthread-3ds.git" } libc = "0.2.121" bitflags = "1.0.0" widestring = "0.2.2" From fad7cd95b34eedd3d1e12e8c7d9f18580f7020a4 Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Wed, 19 Oct 2022 07:43:50 +0200 Subject: [PATCH 2/2] Fixed dependencies --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 96ceecb..9722c7c 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,3 @@ applies to every file in the tree, unless otherwise noted. Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses. See [LICENSE-APACHE](https://github.com/rust-lang/rust/blob/master/LICENSE-APACHE), [LICENSE-MIT](https://github.com/rust-lang/rust/blob/master/LICENSE-MIT), and [COPYRIGHT](https://github.com/rust-lang/rust/blob/master/COPYRIGHT) for details. -