rust3ds / pthread-3ds

PThread implementation for Nintendo 3DS Horizon OS targets. Keep in mind that Horizon OS uses a cooperative, and not preemptive, threading model.
Apache License 2.0
12 stars 7 forks source link

Add an init method to force linking #2

Closed AzureMarker closed 2 years ago

AzureMarker commented 2 years ago

Also simplified Cargo.toml and removed staticlib crate type (default is lib).

Rustc bug causing this workaround: https://github.com/rust-lang/rust/issues/47384