update: bump CEF version to 144.4.0 and adjust CHANGELOG

This commit is contained in:
not-elm
2026-02-07 11:56:58 +09:00
parent 40a3455f55
commit 9da992fdd6
4 changed files with 8 additions and 14 deletions

View File

@@ -6,13 +6,7 @@ use bevy_cef::prelude::*;
fn main() {
App::new()
.add_plugins((
DefaultPlugins.set(WindowPlugin {
primary_window: Some(Window {
ime_enabled: true,
..default()
}),
..default()
}),
DefaultPlugins,
CefPlugin::default(),
))
.add_systems(