Skip to content

Commit

Permalink
Remove unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Dec 16, 2024
1 parent b136c11 commit 4352826
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions crates/egui_kittest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ Ui testing library for egui, based on [kittest](https://github.com/rerun-io/kitt

## Example usage
```rust
use egui::accesskit::{Role, Toggled};
use egui::{CentralPanel, Context, TextEdit, Vec2};
use egui_kittest::Harness;
use kittest::Queryable;
use std::cell::RefCell;
use egui::accesskit::Toggled;
use egui_kittest::{Harness, kittest::Queryable};

fn main() {
let mut checked = false;
Expand Down

0 comments on commit 4352826

Please sign in to comment.