Browse Source

fork: update refs

main
xenua 8 months ago
parent
commit
8f00290b74
Signed by: xenua
GPG Key ID: 8F93B68BD37255B8
  1. 2
      Cargo.toml
  2. 2
      src/command.rs

2
Cargo.toml

@ -3,7 +3,7 @@ name = "cargo-3ds" @@ -3,7 +3,7 @@ name = "cargo-3ds"
version = "0.1.2"
authors = ["Rust3DS Org", "Andrea Ciliberti <meziu210@icloud.com>"]
description = "Cargo wrapper for developing Nintendo 3DS homebrew apps"
repository = "https://github.com/rust3ds/cargo-3ds"
repository = "https://git.xenua.me/rust3ds/cargo-3ds"
keywords = ["3ds", "homebrew"]
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
exclude = [".github"]

2
src/command.rs

@ -512,7 +512,7 @@ impl Test { @@ -512,7 +512,7 @@ impl Test {
}
}
const TOML_CHANGES: &str = r#"ctru-rs = { git = "https://github.com/rust3ds/ctru-rs" }
const TOML_CHANGES: &str = r#"ctru-rs = { git = "https://git.xenua.me/rust3ds/ctru-rs" }
[package.metadata.cargo-3ds]
romfs_dir = "romfs"

Loading…
Cancel
Save