Skip to content

Commit 6a89f46

Browse files
authored
docs(readme): remove leftover partial feature description (#1585)
1 parent 7c7c0bf commit 6a89f46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,15 @@ If you are cross-compiling for macOS using [osxcross](https://github.com/tpoecht
233233
```bash
234234
RUSTFLAGS="-l framework=WebKit" cargo build --target=x86_64-apple-darwin --release
235235
```
236+
236237
#### Windows
237238

238239
WebView2 provided by Microsoft Edge Chromium is used. So wry supports Windows 7, 8, 10 and 11.
239240

240241
#### Android
241242

242243
In order for `wry` to be able to create webviews on Android, there are a few requirements that your application needs to uphold:
244+
243245
1. You need to set a few environment variables that will be used to generate the necessary kotlin
244246
files that you need to include in your Android application for wry to function properly.
245247
- `WRY_ANDROID_PACKAGE`: which is the reversed domain name of your android project and the app name in snake_case, for example, `com.wry.example.wry_app`
@@ -286,7 +288,6 @@ Wry uses a set of feature flags to toggle several advanced features.
286288
Avoid this in release build if your app needs to publish to App Store.
287289
- `fullscreen`: Fullscreen video and other media on **macOS** requires calling private functions.
288290
Avoid this in release build if your app needs to publish to App Store.
289-
libraries and prevent from building documentation on doc.rs fails.
290291
- `linux-body`: Enables body support of custom protocol request on Linux. Requires
291292
WebKit2GTK v2.40 or above.
292293
- `tracing`: enables [`tracing`] for `evaluate_script`, `ipc_handler`, and `custom_protocols`.

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@
308308
//! Avoid this in release build if your app needs to publish to App Store.
309309
//! - `fullscreen`: Fullscreen video and other media on **macOS** requires calling private functions.
310310
//! Avoid this in release build if your app needs to publish to App Store.
311-
//! libraries and prevent from building documentation on doc.rs fails.
312311
//! - `linux-body`: Enables body support of custom protocol request on Linux. Requires
313312
//! webkit2gtk v2.40 or above.
314313
//! - `tracing`: enables [`tracing`] for `evaluate_script`, `ipc_handler` and `custom_protocols.

0 commit comments

Comments
 (0)