Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
bamidev committed Mar 3, 2024
1 parent 1a5ad09 commit 1d1e104
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/GETTING-STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Cross compilation to the `*-pc-windows-gnu` target works. Just make sure that Mi
find the headers of the win32 API.

Moreover, you need to ship the executable together with the WebView2Loader.dll file.
It can be obtained on non-Windows systems, by installing nuget, and obtaining it with:
It can be obtained on non-Windows systems, by installing nuget, and downloading it with:

`nuget install Microsoft.Web.WebView2`

Expand Down
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
//!
//! For more detailed example code, see [this example code](https://github.com/bamidev/browser-window/tree/master/examples).
//!
//! Or, for a very simple example of a browser frame, [look at this](https://github.com/bamidev/stonenet/blob/dev/desktop/src/main.rs).
//!
//! # Thread safety
//! To use the threadsafe version of _Browser Window_, enable feature
//! To use the threadsafe version of _BrowserWindow_, enable feature
//! `threadsafe`.
mod core;
Expand Down

0 comments on commit 1d1e104

Please sign in to comment.