Replies: 2 comments 5 replies
-
|
Beta Was this translation helpful? Give feedback.
-
PS E:\Rust\egui-0.27.2> cargo run --release -p egui_demo_app |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
PS E:\Rust\egui-0.27.2> cargo run --release -p egui_demo_app |
Beta Was this translation helpful? Give feedback.
-
Hello i dont can run egui 0.27.2 on Windows 7 with Rust 1.75.0
PS E:\Rust\egui_win7> cargo run --release -p egui_demo_appcargo run --release -p egui_demo_app
error: package(s)
egui_demo_appcargo
not found in workspaceE:\Rust\egui_win7
PS E:\Rust\egui_win7> cargo run --release -p egui_demo_app
warning: output filename collision.
The bin target
egui_demo_app
in packageegui_demo_app v0.27.1 (E:\Rust\egui_win7\crates\egui_demo_app)
has the same output filename as the lib targetegui_demo_app
in packageegui_demo_app v0.27.1 (E:\Rust\egui_win7\crates\egui_demo_app)
.Colliding filename is: E:\Rust\egui_win7\target\release\deps\egui_demo_app.pdb
The targets should have unique names.
Consider changing their names to be unique or compiling them separately.
This may become a hard error in the future; see rust-lang/cargo#6313.
Finished release [optimized] target(s) in 0.20s
Running
target\release\egui_demo_app.exe
error: process didn't exit successfully:
target\release\egui_demo_app.exe
(exit code: 1)Beta Was this translation helpful? Give feedback.
All reactions