-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo run --example ggez fails #1
Comments
I'm not sure what is the best way to fix it is and how ggez attaches resources to the project |
In order to run the example, you need to create a ln -s (pwd)/examples/resources target/debug/examples/. |
Open
tarkah
pushed a commit
to tarkah/iced
that referenced
this issue
Sep 2, 2022
…gable-area-when-cramped When pane grid title bar is cramped, still show content until hover and allow dragging
tarkah
added a commit
to tarkah/iced
that referenced
this issue
Sep 2, 2022
CurryPseudo
pushed a commit
to CurryPseudo/iced
that referenced
this issue
Apr 25, 2023
Ime support for glutin
bungoboingo
referenced
this issue
in bungoboingo/iced
Apr 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error:
thread 'main' panicked at 'called
Result::unwrap()on an
Errvalue: ResourceNotFound("ui.png", [("/Users/marek/projects/iced/target/release/examples/resources", FilesystemError("Path \"ui.png\" is not valid: must be an absolute path with no references to parent directories")), ("/Users/marek/Library/Application Support/ggez.iced", FilesystemError("Path \"ui.png\" is not valid: must be an absolute path with no references to parent directories")), ("/Users/marek/Library/Preferences/ggez.iced", FilesystemError("Path \"ui.png\" is not valid: must be an absolute path with no references to parent directories"))])', src/libcore/result.rs:999:5
The text was updated successfully, but these errors were encountered: