Browse Source

fmt

pull/114/head
Andrea Ciliberti 2 years ago
parent
commit
ca3a2de6a6
  1. 2
      ctru-rs/src/lib.rs

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 shim_3ds;
extern crate pthread_3ds;
extern crate shim_3ds;
#[no_mangle]
#[cfg(feature = "big-stack")]

Loading…
Cancel
Save