Commit fdcd824 1 parent f273b38 commit fdcd824 Copy full SHA for fdcd824
File tree 2 files changed +5
-5
lines changed
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
125
125
- Added new example for blocking functions. ([ #840 ] by [ @mastfissh ] )
126
126
- Added a changelog containing development since the 0.5 release. ([ #889 ] by [ @finnerale ] )
127
127
- Removed references to cairo on macOS. ([ #943 ] by [ @xStrom ] )
128
+ - Updated screenshots in ` README.md ` . ([ #967 ] by [ @xStrom ] )
128
129
129
130
### Maintenance
130
131
@@ -215,6 +216,7 @@ This means that druid no longer requires cairo on macOS and uses Core Graphics i
215
216
[ #959 ] : https://github.com/xi-editor/druid/pull/959
216
217
[ #961 ] : https://github.com/xi-editor/druid/pull/961
217
218
[ #963 ] : https://github.com/xi-editor/druid/pull/963
219
+ [ #967 ] : https://github.com/xi-editor/druid/pull/967
218
220
219
221
## [ 0.5.0] - 2020-04-01
220
222
Original file line number Diff line number Diff line change @@ -58,11 +58,9 @@ druid's existing functionality and widgets.
58
58
59
59
## Screenshots
60
60
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 )
66
64
67
65
## Concepts
68
66
You can’t perform that action at this time.
0 commit comments