onagre-launcher / onagre

A general purpose application launcher for X and wayland inspired by rofi/wofi and alfred
MIT License
536 stars 26 forks source link

Switch back to iced master #13

Closed oknozor closed 2 years ago

oknozor commented 3 years ago

Currently onagre is build on my iced fork and use a patched wgpu version (see: myfreeweb/wgpu) to support window transparency on wayland.

When those will be merged/released we will be able to transition use to iced/master:

justfly1111 commented 3 years ago

Im asuming this error has something to do with it?? any idea on a fix i tried looking in the Cargo.toml and didnt see anything wrong with the dependancy urls... ╰─>$ cargo build Updating git repository https://github.com/oknozor/iced error: failed to get iced as a dependency of package onagre v0.1.0 (/usr/home/buckbucks/git/arewewayland/onagre)

Caused by: failed to load source for dependency iced

Caused by: Unable to update https://github.com/oknozor/iced#267b69c3

Caused by: object not found - no match for id (267b69c311bf33ba20aab5883d5ed72e9254dd70); class=Odb (9); code=NotFound (-3)

oknozor commented 3 years ago

I made some update on the iced fork and update de lock file on onagre, can you try to build again ?

oknozor commented 3 years ago

will resolve with #20