iamzubin / holdem

MIT License
12 stars 0 forks source link

Missing windows-icons Dependency #4

Open xammen opened 4 days ago

xammen commented 4 days ago

Hi,

First of all, thank you for for this little projet! I'm trying to set up the software following the instructions provided in the README. However, I've encountered an issue related to a missing dependency.

When I run pnpm tauri dev, I receive the following error:

error: failed to get windows-icons as a dependency of package holdem v0.1.0 (C:\Users\nmx\Documents\holdem\src-tauri)

Caused by: failed to load source for dependency windows-icons

Caused by: Unable to update C:\Users\nmx\Documents\windows-icons

Caused by: failed to read C:\Users\nmx\Documents\windows-icons\Cargo.toml

Caused by: The system cannot find the path specified. (os error 3)

It seems that there is a reference to a local path for the windows-icons dependency in the Cargo.toml file:

toml windows-icons = "0.1.1" windows-icons = { path = "../../windows-icons" }

I couldn't find any information about this dependency or where it should be sourced from.

Could you please provide guidance on how to resolve this issue? Is there a specific repository or location where I can obtain this dependency?

Thank you for your assistance!

iamzubin commented 3 days ago

Apologies for this, You could use windows-icons "0.1.1". I'm currently working on some changes, You'll soon be able to download the exe and installer directly.