Skip to content

Commit 9faa082

Browse files
committed
Update screenshots in the readme.
1 parent f273b38 commit 9faa082

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff 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`. ([#966] 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+
[#966]: https://github.com/xi-editor/druid/pull/966
218220

219221
## [0.5.0] - 2020-04-01
220222

README.md

+3-5
Original file line numberDiff line numberDiff 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://user-images.githubusercontent.com/754881/82576269-5281f300-9b92-11ea-887b-1f61f1a2a8b0.png)](./druid/examples/calc.rs)
62+
[![flex.rs example](https://user-images.githubusercontent.com/754881/82576273-53b32000-9b92-11ea-8767-6688d2e184b4.png)](./druid/examples/flex.rs)
63+
[![custom_widget.rs example](https://user-images.githubusercontent.com/754881/82576272-531a8980-9b92-11ea-9dd1-89e01d1bbc8a.png)](./druid/examples/custom_widget.rs)
6664

6765
## Concepts
6866

0 commit comments

Comments
 (0)