Skip to content

Commit

Permalink
Updated cargo.toml and examples README
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrankelly committed Oct 22, 2024
1 parent 34386f3 commit cecb832
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 144 deletions.
5 changes: 5 additions & 0 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ name = "gtk_builder"
path = "gtk_builder/main.rs"
required-features = ["v4_10"]

[[bin]]
name = "listbox_sort_stringlist"
path = "listbox_sort_stringlist/main.rs"
required-features = ["v4_14"]

[[bin]]
name = "list_box_model"
path = "list_box_model/main.rs"
Expand Down
144 changes: 0 additions & 144 deletions examples/ListBox-Sorted-StringList-model

This file was deleted.

1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ cargo run --bin basics
- [Glium GL-Area](./glium_gl_area/)
- [Grid Packing](./grid_packing)
- [GtkBuilder example](./gtk_builder/)
- [ListModel: StringList with Sorter](./listbox_sort_stringlist/)
- [ListView: Applications Launcher](./list_view_apps_launcher/)
- [Rotation Bin](./rotation_bin/)
- [Scale](./scale/)
Expand Down

0 comments on commit cecb832

Please sign in to comment.