You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My team is currently getting the following build error when trying to attach this plugin:
error[E0433]: failed to resolve: could not find `Graphics` in `Win32`
--> ...\tauri-plugin-theme-2.1.1\src\platform\windows.rs:52:13
|
52 | Graphics::Dwm::{DwmSetWindowAttribute, DWMWA_USE_IMMERSIVE_DARK_MODE},
| ^^^^^^^^ could not find `Graphics` in `Win32`
|
note: found an item that was configured out
--> ...\windows-0.58.0\src\Windows\Win32\mod.rs:14:9
|
14 | pub mod Graphics;
| ^^^^^^^^
= note: the item is gated behind the `Win32_Graphics` feature
Environment info:
OS Name: Microsoft Windows 11 Pro
OS Version: 10.0.22631 Build 22631
RustC / Cargo version: 1.78.0
The text was updated successfully, but these errors were encountered:
My team is currently getting the following build error when trying to attach this plugin:
Environment info:
OS Name: Microsoft Windows 11 Pro
OS Version: 10.0.22631 Build 22631
RustC / Cargo version: 1.78.0
The text was updated successfully, but these errors were encountered: