Fix `cargo test -p egui`

This commit is contained in:
Emil Ernerfeldt 2024-06-30 14:12:40 +02:00
parent d4e8966aac
commit 17fd305967
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
//! Tests the accesskit accessibility output of egui.
#![cfg(feature = "accesskit")]
use accesskit::Role;
use egui::{Context, RawInput};