xdg-rs / dirs

a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows
186 stars 23 forks source link

Migrate wasm.rs to Rust 2018. #39

Closed sunfishcode closed 4 years ago

sunfishcode commented 4 years ago

Add crate:: qualifiers to directories/src/wasm.rs so that it compiles on wasm targets.

tesuji commented 4 years ago

Merged in #40. Thank you for your contribution!

I will publish a new version.

tesuji commented 4 years ago

Published directories-next = "1.0.3".