-
Notifications
You must be signed in to change notification settings - Fork 144
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
Issue on legion_prof installation #1780
Comments
Unfortunately, Windows is not a platform that we test regularly, so things may be broken there. I would actually be shocked if eframe 0.28 works for you. The version of eframe needs to match egui, and egui 0.26 was already having issues that I haven't been able to resolve yet. I presume that the larger egui community tests on Windows, so there may be a different version fix that would work (keeping egui at 0.25 but changing something else). But I'm not on a Windows machine so I cannot test that for you. I think the options are:
At some point I may be able to fix newer egui versions, but I was pretty stuck the last time I looked and the available documentation did not indicate how to resolve my problems. |
I see. For option 2 do you mean using |
I suppose if things work for you, you can just keep on doing what you're doing. 😀 For 2, |
Issue
When I tried to install
legion_prof
with following command (in Windows platform),It will output an error as,
Solution
How can I walked by is manually updating a depdent crate version and installing w/o
--locked
.eframe = "0.28.1"
indeps\legion\tools\legion_prof_rs\Cargo.toml: [dependencies]
cargo install --all-features --path .
in the same dirI'm not sure if there is a more elegant approach or fix for this? Or is just my misoperation?
The text was updated successfully, but these errors were encountered: