File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+
4+ ## 0.2.0 - 2024-12-17 - Update egui to 0.30
5+ * Update MSRV to 1.80 [ #17 ] ( https://github.com/rerun-io/egui_table/pull/17 ) by [ @emilk ] ( https://github.com/emilk )
6+ * Update to egui 0.30 [ #18 ] ( https://github.com/rerun-io/egui_table/pull/18 ) by [ @emilk ] ( https://github.com/emilk )
7+
8+
39## 0.1.0 - 2024-10-14 - Initial release
410Features
511* Auto-sized, resizable columns
Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
398398
399399[[package ]]
400400name = " demo"
401- version = " 0.1 .0"
401+ version = " 0.2 .0"
402402dependencies = [
403403 " eframe" ,
404404 " egui" ,
@@ -583,7 +583,7 @@ dependencies = [
583583
584584[[package ]]
585585name = " egui_table"
586- version = " 0.1 .0"
586+ version = " 0.2 .0"
587587dependencies = [
588588 " egui" ,
589589 " serde" ,
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ members = ["egui_table", "demo"]
77edition = " 2021"
88license = " MIT OR Apache-2.0"
99rust-version = " 1.80"
10- version = " 0.1 .0"
10+ version = " 0.2 .0"
1111
1212
1313[profile .release ]
1414opt-level = 2 # fast and small wasm
1515
1616
1717[workspace .dependencies ]
18- egui_table = { version = " 0.1 .0" , path = " egui_table" , default-features = false }
18+ egui_table = { version = " 0.2 .0" , path = " egui_table" , default-features = false }
1919
2020document-features = " 0.2.10"
2121eframe = { version = " 0.30.0" , default-features = false }
You can’t perform that action at this time.
0 commit comments