Skip to content

Commit 299969c

Browse files
authored
Fix slow resizing of table columns
* Closes https://linear.app/rerun/issue/RR-4079/improve-resize-speed-for-egui-table-due-to-limitations * Uses rerun-io/egui_table#53 Source-Ref: c5017f8f3d41f279e5ec7383286dfe99beb188c7
1 parent 822ac41 commit 299969c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3370,8 +3370,7 @@ dependencies = [
33703370
[[package]]
33713371
name = "egui_table"
33723372
version = "0.7.0"
3373-
source = "registry+https://github.com/rust-lang/crates.io-index"
3374-
checksum = "6f2cf21af68301c187bfd9c89a35f13bf2cbbcc78587f6d7ba3c5b36259337ba"
3373+
source = "git+https://github.com/rerun-io/egui_table?branch=main#d1c33b24af4b273f300120b6107a0e099c30ae69"
33753374
dependencies = [
33763375
"egui",
33773376
"serde",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ emath = { git = "https://github.com/emilk/egui.git", branch = "main" }
889889
# egui_tiles = { git = "https://github.com/rerun-io/egui_tiles", branch = "emilk/update-egui" }
890890
# egui_tiles = { path = "../egui_tiles" }
891891

892-
# egui_table = { git = "https://github.com/rerun-io/egui_table", branch = "main" }
892+
egui_table = { git = "https://github.com/rerun-io/egui_table", branch = "main" }
893893
# egui_table = { path = "../egui_table" }
894894

895895
# egui_dnd = { git = "https://github.com/rerun-io/hello_egui.git", branch = "emilk/egui-0.33.0" }

0 commit comments

Comments
 (0)