Desktop: Update CEF to 141 (#3352)

update cef to 141
This commit is contained in:
Timon
2025-11-08 11:59:02 +00:00
committed by GitHub
parent f02f834097
commit 9be207f4c5
13 changed files with 113 additions and 1018 deletions
+1 -3
View File
@@ -32,9 +32,7 @@ mod platform;
mod utility;
#[cfg(feature = "accelerated_paint")]
mod texture_import;
#[cfg(feature = "accelerated_paint")]
use texture_import::SharedTextureHandle;
use cef::osr_texture_import::SharedTextureHandle;
pub(crate) use context::{CefContext, CefContextBuilder, InitError};