mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
@@ -11,5 +11,6 @@ fn main() -> std::io::Result<()> {
|
||||
// Do not check `app` on unsupported platforms when check "--all-features" is used in CI.
|
||||
#[cfg(not(target_os = "linux"))]
|
||||
fn main() {
|
||||
#![expect(clippy::print_stdout)]
|
||||
println!("This example only supports Linux.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user