We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b47adb commit b3da232Copy full SHA for b3da232
winio-ui-windows-common/Cargo.toml
@@ -44,7 +44,11 @@ windows-sys = { workspace = true, features = [
44
"Win32_UI_WindowsAndMessaging",
45
] }
46
windows-numerics = "0.3"
47
-winui3 = { workspace = true, optional = true, features = ["native"] }
+winui3 = { workspace = true, optional = true, features = [
48
+ "native",
49
+ "UI_Xaml",
50
+ "UI_Composition",
51
+] }
52
53
slim-detours-sys = { workspace = true, optional = true }
54
sync-unsafe-cell = { workspace = true, optional = true }
0 commit comments