Skip to content

Commit 3ff543f

Browse files
committed
README: My webview fork is now part of the web-view crate
1 parent 7377bff commit 3ff543f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Are you aware of any others? Do let me know.
128128

129129
## Nerdy Technical Stuff
130130

131-
Compactor is primarily written in [Rust]. The front-end is basically an embedded website driven by the [web-view] crate and my own fork of the underlying [webview] library. It does *not* depend on any remote resources or open any ports.
131+
Compactor is primarily written in [Rust]. The front-end is basically an embedded website driven by the [web-view] crate. It does *not* depend on any remote resources or open any ports.
132132

133133
Under the hood it uses [`DeviceIoControl`] with [`FSCTL_SET_EXTERNAL_BACKING`] and [`FSCTL_DELETE_EXTERNAL_BACKING`], and a few functions from [WofApi] (Windows Overlay Filesystem). This is, of course, in part thanks to the [winapi] crate. Eventually I hope to get around to finishing off some of my bindings and contributing them back.
134134

0 commit comments

Comments
 (0)