Skip to content

Commit b3da232

Browse files
committed
fix(win): feature flags for common
1 parent 1b47adb commit b3da232

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

winio-ui-windows-common/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ windows-sys = { workspace = true, features = [
4444
"Win32_UI_WindowsAndMessaging",
4545
] }
4646
windows-numerics = "0.3"
47-
winui3 = { workspace = true, optional = true, features = ["native"] }
47+
winui3 = { workspace = true, optional = true, features = [
48+
"native",
49+
"UI_Xaml",
50+
"UI_Composition",
51+
] }
4852

4953
slim-detours-sys = { workspace = true, optional = true }
5054
sync-unsafe-cell = { workspace = true, optional = true }

0 commit comments

Comments
 (0)