-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
example programs doesn't run, None of them works. #2497
Comments
Try to run |
Sorry for the delayed reply @Mingun , I have tried that, the results remain the same. Maybe I should try with other versions of Rust, and see if that helps. Edited |
you might try commenting out line 30 in the top level Cargo.toml file. see rust-lang/rust#103976. |
Thanks @kkoski, It works after commenting line 30. |
i missed this existing issue yesterday: #2368 |
I'm currently using rust 1.66
While compiling example programs from this repo
all folder shows the same error, as given below.
C:\Users\Sujith\Documents\Projects\rust_projects\egui\egui\examples\retained_image>cargo run
warning: C:\Users\Sujith\Documents\Projects\rust_projects\egui\egui\crates\eframe\Cargo.toml: unused manifest key: target.cfg(not(target_arch = "wasm32")).dependencies.glutin.es
Compiling proc-macro2 v1.0.47
Compiling unicode-ident v1.0.5
Compiling quote v1.0.21
Compiling cfg-if v1.0.0
error:
-Csplit-debuginfo=unpacked
is unstable on this platformerror: could not compile
proc-macro2
due to previous errorwarning: build failed, waiting for other jobs to finish...
error: could not compile
unicode-ident
due to previous errorerror: could not compile
quote
due to previous errorerror: could not compile
cfg-if
due to previous errorI'm new to rust, so please tell me if I have made any mistake or something I've to follow to get the example programs running.
The text was updated successfully, but these errors were encountered: