File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ This means that druid no longer requires cairo on macOS and uses Core Graphics i
125125- Added new example for blocking functions. ([ #840 ] by [ @mastfissh ] )
126126- Added a changelog containing development since the 0.5 release. ([ #889 ] by [ @finnerale ] )
127127- Removed references to cairo on macOS. ([ #943 ] by [ @xStrom ] )
128+ - Updated screenshots in ` README.md ` . ([ #967 ] by [ @xStrom ] )
128129
129130### Maintenance
130131
@@ -215,6 +216,7 @@ This means that druid no longer requires cairo on macOS and uses Core Graphics i
215216[ #959 ] : https://github.com/xi-editor/druid/pull/959
216217[ #961 ] : https://github.com/xi-editor/druid/pull/961
217218[ #963 ] : https://github.com/xi-editor/druid/pull/963
219+ [ #967 ] : https://github.com/xi-editor/druid/pull/967
218220
219221## [ 0.5.0] - 2020-04-01
220222
Original file line number Diff line number Diff line change @@ -58,11 +58,9 @@ druid's existing functionality and widgets.
5858
5959## Screenshots
6060
61- #### Linux
62- [ ![ calc.rs example] ( https://raw.githubusercontent.com/xi-editor/druid/screenshots/images/calc.png )] ( ./druid/examples/calc.rs )
63- [ ![ custom_widget.rs example] ( https://raw.githubusercontent.com/xi-editor/druid/screenshots/images/custom_widget.png )] ( ./druid/examples/custom_widget.rs )
64- [ ![ hello.rs example] ( https://raw.githubusercontent.com/xi-editor/druid/screenshots/images/hello.png )] ( ./druid/examples/hello.rs )
65- [ ![ slider.rs example] ( https://raw.githubusercontent.com/xi-editor/druid/screenshots/images/slider.png )] ( ./druid/examples/slider.rs )
61+ [ ![ calc.rs example] ( https://raw.githubusercontent.com/xi-editor/druid/screenshots/images/0.6.0/calc.png )] ( ./druid/examples/calc.rs )
62+ [ ![ flex.rs example] ( https://raw.githubusercontent.com/xi-editor/druid/screenshots/images/0.6.0/flex.png )] ( ./druid/examples/flex.rs )
63+ [ ![ custom_widget.rs example] ( https://raw.githubusercontent.com/xi-editor/druid/screenshots/images/0.6.0/custom_widget.png )] ( ./druid/examples/custom_widget.rs )
6664
6765## Concepts
6866
You can’t perform that action at this time.
0 commit comments