mirror of
https://github.com/modrinth/code.git
synced 2026-08-28 10:34:53 +00:00
Ad webview occlusion handling (#6116)
* wip: ad webview occlusion * Ad webview window occlusion testing * revert refresh test
This commit is contained in:
@@ -53,6 +53,12 @@ tauri-plugin-updater = { workspace = true, optional = true }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
webview2-com.workspace = true
|
||||
windows = { workspace = true, features = [
|
||||
"Win32_Foundation",
|
||||
"Win32_Graphics_Dwm",
|
||||
"Win32_Graphics_Gdi",
|
||||
"Win32_UI_WindowsAndMessaging",
|
||||
] }
|
||||
windows-core.workspace = true
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user