Skip to content

Commit c96854f

Browse files
committed
feat(winui): support CBS 2
1 parent d4d64ee commit c96854f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ widestring = "1"
7474
windows-sys = "0.61"
7575
windows = "0.62"
7676
windows-core = "0.62"
77-
winui3 = { version = "0.4.2", package = "winio-winui3" }
77+
winui3 = { version = "0.4.4", package = "winio-winui3" }
7878
webview2 = { version = "0.2.0", package = "winio-webview2" }
7979

8080
send_wrapper = "0.6"

winio-ui-winui/src/runtime.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ impl App {
7676

7777
Some(init_appsdk_with([
7878
V2,
79+
#[cfg(feature = "enable-cbs")]
80+
Cbs2,
7981
V1_8,
8082
#[cfg(feature = "enable-cbs")]
8183
Cbs1_8,

0 commit comments

Comments
 (0)