1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

Update to the latest dependencies (#7599)

This commit is contained in:
Emil Ernerfeldt
2025-10-07 16:26:13 +02:00
committed by GitHub
parent 86dc9ea64e
commit 56b1def064
4 changed files with 446 additions and 254 deletions

View File

@@ -69,8 +69,7 @@ impl OperatingSystem {
Self::Nix
} else {
log::warn!(
"egui: Failed to guess operating system from User-Agent {:?}. Please file an issue at https://github.com/emilk/egui/issues",
user_agent
"egui: Failed to guess operating system from User-Agent {user_agent:?}. Please file an issue at https://github.com/emilk/egui/issues"
);
Self::Unknown