Skip to content

Commit fca5154

Browse files
chore(core)!: remove re-exported WebviewAttributes (#13130)
1 parent fbd57a1 commit fca5154

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
tauri: minor:breaking
3+
---
4+
5+
Removed re-exported `WebviewAttributes` from `tauri-runtime` which is exposed by accident in `tauri` and not used by any public facing APIs

crates/tauri/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ pub use {
219219
self::manager::Asset,
220220
self::runtime::{
221221
dpi::{LogicalPosition, LogicalSize, PhysicalPosition, PhysicalSize, Pixel, Position, Size},
222-
webview::WebviewAttributes,
223222
window::{CursorIcon, DragDropEvent, WindowSizeConstraints},
224223
DeviceEventFilter, Rect, UserAttentionType,
225224
},

0 commit comments

Comments
 (0)