Skip to content

Commit c7bcd94

Browse files
committed
remove egui_autocomplete dependency
1 parent 3d7f784 commit c7bcd94

File tree

3 files changed

+0
-35
lines changed

3 files changed

+0
-35
lines changed

Cargo.lock

Lines changed: 0 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ eframe = { version = "0.31.1", features = ["persistence"] }
3434
egui_extras = "0.31.1"
3535
egui_flex = "0.3.0"
3636

37-
egui_autocomplete = { version = "10.2.0", features = ["serde"] }
38-
3937
tokio = { version = "1.44.2", features = ["full"] }
4038
parking_lot = { version = "0.12.3", features = ["deadlock_detection"] }
4139

asm_egui/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,5 @@ eframe = { workspace = true }
2121
egui_extras = { workspace = true }
2222
egui_flex = { workspace = true }
2323

24-
egui_autocomplete = { workspace = true }
25-
2624
fontdb = { workspace = true }
2725
rfd = { workspace = true }

0 commit comments

Comments
 (0)