update: bump CEF version to 144.4.0 and adjust CHANGELOG
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user