From 99620c849faa4f1b4fd7538dbcbd2ba8eb3271f8 Mon Sep 17 00:00:00 2001 From: redstrate <54911369+redstrate@users.noreply.github.com> Date: Wed, 18 Nov 2020 08:36:54 -0500 Subject: [PATCH] Update README to remove WebView dependency --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d5837f..60b46f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # mobilefort A SwiftUI app to decode and show Pillowfort feeds natively on iOS. -![example result](https://raw.githubusercontent.com/redstrate/mobilefort/master/misc/screenshot.png) +## Dependencies +* [URLImage](https://github.com/dmytro-anokhin/url-image) for downloading images. -I use [URLImage](https://github.com/dmytro-anokhin/url-image) for downloading images, and [WebView](https://github.com/kylehickinson/SwiftUI-WebView) for showing the sidebar. +![example result](https://raw.githubusercontent.com/redstrate/mobilefort/master/misc/screenshot.png)