1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Fix cargo test -p egui

This commit is contained in:
Emil Ernerfeldt
2024-06-30 14:12:40 +02:00
parent d4e8966aac
commit 17fd305967

View File

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