Browse Source

Merge pull request #114 from rust3ds/fix/renamed-dependency

Update for linker-fix-3ds rename
pull/119/head
Meziu 2 years ago committed by GitHub
parent
commit
9098ad14a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ctru-rs/Cargo.toml
  2. 2
      ctru-rs/src/lib.rs

2
ctru-rs/Cargo.toml

@ -15,7 +15,7 @@ name = "ctru" @@ -15,7 +15,7 @@ name = "ctru"
cfg-if = "1.0"
ctru-sys = { path = "../ctru-sys", version = "21.2" }
const-zero = "0.1.0"
linker-fix-3ds = { git = "https://github.com/rust3ds/rust-linker-fix-3ds.git" }
shim-3ds = { git = "https://github.com/rust3ds/shim-3ds.git" }
pthread-3ds = { git = "https://github.com/rust3ds/pthread-3ds.git" }
libc = "0.2.121"
bitflags = "1.0.0"

2
ctru-rs/src/lib.rs

@ -8,8 +8,8 @@ @@ -8,8 +8,8 @@
#![test_runner(test_runner::run)]
// Nothing is imported from these crates but their inclusion here assures correct linking of the missing implementations.
extern crate linker_fix_3ds;
extern crate pthread_3ds;
extern crate shim_3ds;
#[no_mangle]
#[cfg(feature = "big-stack")]

Loading…
Cancel
Save