GitClassic
Feed
Explore
Random
Go Pro
Sign in
tauri-apps
/
wry
Code
/
Commits
/ ccdf912
fix: build without x11 feature (#1603)
* fix: build without x11 feature * fix tests * fix example * fix async protocol example * fix other examples * pub fn
Lucas Fernandes Nogueira
committed on Aug 16, 2025, 04:40 PM
Showing
9
changed files
+490 additions
-427 deletions
A
.changes/fix-build-without-x11.md
+5
M
.github/workflows/build.yml
+12
-4
M
Cargo.toml
+3
M
examples/async_custom_protocol.rs
+103
-89
M
examples/custom_protocol.rs
+103
-89
M
examples/simple.rs
+16
-14
M
examples/streaming.rs
+245
-230
M
src/lib.rs
+2
M
src/webkitgtk/mod.rs
+1
-1
Browse files at this commit โ