Skip to content

Commit

Permalink
examples: Add missing examples to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felinira committed Oct 26, 2024
1 parent 9f5e53c commit 58d662d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ cargo run --bin basics
```

- [Basic example](./basics/)
- [About Dialog](./about_dialog/)
- [Using the Builder pattern](./builder_pattern/)
- [Clipboard](./clipboard/)
- [Clock example](./clock/)
- [Column View Datagrid Example](./column_view_datagrid/)
- [Composite Dialog](./composite_dialog/)
- [Composite Template](./composite_template/)
- [Confetti Snapshot Animation](./confetti_snapshot_animation/)
- [Content Provider](./content_provider/)
- [CSS](./css/)
- [Custom Application](./custom_application/)
Expand All @@ -36,10 +39,13 @@ cargo run --bin basics
- [FemtoVG Area](./femtovg_area/)
- [Fill and Stroke](./fill_and_stroke/)
- [FlowBox](./flow_box/)
- [GIF Paintable](./gif_paintable/)
- [Glium GL-Area](./glium_gl_area/)
- [Grid Packing](./grid_packing)
- [GtkBuilder example](./gtk_builder/)
- [GtkBuilder](./gtk_builder/)
- [ListBox and ListModel](./list_box_model/)
- [ListView: Applications Launcher](./list_view_apps_launcher/)
- [Menubar](./menubar/)
- [Rotation Bin](./rotation_bin/)
- [Scale](./scale/)
- [Scale Bin](./scale_bin/)
Expand Down

0 comments on commit 58d662d

Please sign in to comment.