You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation fails on Windows 10.
Windows 10 Pro 1903
stable-x86_64-pc-windows-msvc (default)
rustc 1.37.0 (eae3437df 2019-08-13)
Compiling rx v0.1.0 (https://github.com/cloudhead/rx#af68f1f3)
error[E0433]: failed to resolve: could not find `BaseDirectories` in `xdg`
--> C:\Users\User\.cargo\git\checkouts\rx-bc40bbadcd2c4422\af68f1f\src\lib.rs:79:26
|
79 | let base_dirs = xdg::BaseDirectories::with_prefix("rx")?;
| ^^^^^^^^^^^^^^^ could not find `BaseDirectories` in `xdg`
error[E0412]: cannot find type `BaseDirectories` in module `xdg`
--> C:\Users\User\.cargo\git\checkouts\rx-bc40bbadcd2c4422\af68f1f\src\session.rs:248:21
|
248 | base_dirs: xdg::BaseDirectories,
| ^^^^^^^^^^^^^^^ not found in `xdg`
error[E0412]: cannot find type `BaseDirectories` in module `xdg`
--> C:\Users\User\.cargo\git\checkouts\rx-bc40bbadcd2c4422\af68f1f\src\session.rs:331:25
|
331 | base_dirs: xdg::BaseDirectories,
| ^^^^^^^^^^^^^^^ not found in `xdg`
error: aborting due to 3 previous errors
Some errors have detailed explanations: E0412, E0433.
For more information about an error, try `rustc --explain E0412`.
error: failed to compile `rx v0.1.0 (https://github.com/cloudhead/rx#af68f1f3)`, intermediate artifacts can be found at `C:\Users\User\AppData\Local\Temp\cargo-installGlInKN`
Hey I've switched to the directories crate - do you mind trying this out again with master? Note that you have to specify two features at the moment: --features winit,dx12 for example.
Compilation fails on Windows 10.
Windows 10 Pro 1903
stable-x86_64-pc-windows-msvc (default)
rustc 1.37.0 (eae3437df 2019-08-13)
Similar issue found in todotxt-rs/effitask#8 (comment)
The text was updated successfully, but these errors were encountered: