Fix `cargo test -p egui`
This commit is contained in:
parent
d4e8966aac
commit
17fd305967
|
|
@ -1,4 +1,5 @@
|
||||||
//! Tests the accesskit accessibility output of egui.
|
//! Tests the accesskit accessibility output of egui.
|
||||||
|
#![cfg(feature = "accesskit")]
|
||||||
|
|
||||||
use accesskit::Role;
|
use accesskit::Role;
|
||||||
use egui::{Context, RawInput};
|
use egui::{Context, RawInput};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue