Skip to content

Commit

Permalink
fix: re-export url::Url (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Jun 17, 2022
1 parent e8d9bbc commit 0cb6961
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/reexport-url.md
@@ -0,0 +1,5 @@
---
"wry": patch
---

Re-export `url::Url`.
2 changes: 1 addition & 1 deletion src/webview/mod.rs
Expand Up @@ -50,7 +50,7 @@ use windows::{Win32::Foundation::HWND, Win32::UI::WindowsAndMessaging::DestroyWi

use std::{path::PathBuf, rc::Rc};

use url::Url;
pub use url::Url;

#[cfg(target_os = "windows")]
use crate::application::platform::windows::WindowExtWindows;
Expand Down

0 comments on commit 0cb6961

Please sign in to comment.