wtftw icon indicating copy to clipboard operation
wtftw copied to clipboard

Error on `Cargo.toml` file generated

Open Rivee opened this issue 5 years ago • 1 comments

Hello,

it's been a while since I want to install this window manager, I follow the tutorial but once I create my config file, I can't generate the dynamic library needed by the program.

This is the error I got when I type cargo build

    Updating git repository `https://github.com/Kintaro/wtftw.git`
    Updating git repository `https://github.com/Kintaro/wtftw-contrib.git`
    Updating crates.io index
error: no matching package named `wtftw` found
location searched: https://github.com/Kintaro/wtftw-contrib.git#e55f47df
required by package `wtftw_contrib v0.0.2 (https://github.com/Kintaro/wtftw-contrib.git#e55f47df)`

Rivee avatar Aug 18 '20 21:08 Rivee

@Rivee seems like Cargo.toml is broken in wtftw-contrib, here is a fix.

xDarksome avatar Aug 30 '20 11:08 xDarksome