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

@@ -38,8 +38,8 @@ bevy = { version = "0.18", default-features = false, features = [
"picking",
] }
bevy_remote = "0.18"
cef = { version = "144.2.0" }
cef-dll-sys = { version = "144.2.0", features = ["sandbox"] }
cef = { version = "144.4.0" }
cef-dll-sys = { version = "144.4.0", features = ["sandbox"] }
bevy_cef = { path = "." , version = "0.2.0-dev" }
bevy_cef_core = { path = "crates/bevy_cef_core", version = "0.2.0-dev" }
async-channel = { version = "2.5" }