Compare commits

..

No commits in common. 'main' and 'master' have entirely different histories.
main ... master

  1. 4
      Cargo.toml

4
Cargo.toml

@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
[package]
name = "shim-3ds"
authors = ["Rust3DS Org", "Andrea Ciliberti <meziu210@icloud.com>"]
authors = [ "Rust3DS Org", "Andrea Ciliberti <meziu210@icloud.com>" ]
version = "0.1.0"
license = "MIT OR Apache-2.0"
edition = "2021"
[dependencies]
ctru-sys = { git = "https://git.xenua.me/rust3ds/ctru-rs.git" }
ctru-sys = { git = "https://github.com/rust3ds/ctru-rs.git" }
libc = "0.2.139"

Loading…
Cancel
Save