add: version

This commit is contained in:
not-elm
2025-08-11 01:30:49 +09:00
parent fd5bce48bc
commit 7aa2b114a5

View File

@@ -43,8 +43,8 @@ bevy = { version = "0.16", default-features = false, features = [
bevy_remote = "0.16" bevy_remote = "0.16"
cef = { version = "139" } cef = { version = "139" }
cef-dll-sys = { version = "139.0", features = ["sandbox"] } cef-dll-sys = { version = "139.0", features = ["sandbox"] }
bevy_cef = { path = "." } bevy_cef = { path = "." , version = "0.1"}
bevy_cef_core = { path = "crates/bevy_cef_core" } bevy_cef_core = { path = "crates/bevy_cef_core", version = "0.1" }
async-channel = { version = "2.5" } async-channel = { version = "2.5" }
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" } serde_json = { version = "1" }