Skip to content

Commit cecb832

Browse files
committed
Updated cargo.toml and examples README
1 parent 34386f3 commit cecb832

File tree

3 files changed

+6
-144
lines changed

3 files changed

+6
-144
lines changed

examples/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@ name = "gtk_builder"
160160
path = "gtk_builder/main.rs"
161161
required-features = ["v4_10"]
162162

163+
[[bin]]
164+
name = "listbox_sort_stringlist"
165+
path = "listbox_sort_stringlist/main.rs"
166+
required-features = ["v4_14"]
167+
163168
[[bin]]
164169
name = "list_box_model"
165170
path = "list_box_model/main.rs"

examples/ListBox-Sorted-StringList-model

Lines changed: 0 additions & 144 deletions
This file was deleted.

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ cargo run --bin basics
3939
- [Glium GL-Area](./glium_gl_area/)
4040
- [Grid Packing](./grid_packing)
4141
- [GtkBuilder example](./gtk_builder/)
42+
- [ListModel: StringList with Sorter](./listbox_sort_stringlist/)
4243
- [ListView: Applications Launcher](./list_view_apps_launcher/)
4344
- [Rotation Bin](./rotation_bin/)
4445
- [Scale](./scale/)

0 commit comments

Comments
 (0)