1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Fix warnings when compiling kittest without all features (#7771)

This commit is contained in:
Emil Ernerfeldt
2025-12-14 16:21:07 +01:00
committed by GitHub
parent 8ef7f10367
commit ce17f6c518

View File

@@ -1,3 +1,5 @@
#![cfg(feature = "snapshot")]
use std::io;
use std::path::PathBuf;