From 7aa2b114a5ae54744bbb319e4ff27050e3692109 Mon Sep 17 00:00:00 2001 From: not-elm Date: Mon, 11 Aug 2025 01:30:49 +0900 Subject: [PATCH] add: version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 014fac4..22a9b13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,8 +43,8 @@ bevy = { version = "0.16", default-features = false, features = [ bevy_remote = "0.16" cef = { version = "139" } cef-dll-sys = { version = "139.0", features = ["sandbox"] } -bevy_cef = { path = "." } -bevy_cef_core = { path = "crates/bevy_cef_core" } +bevy_cef = { path = "." , version = "0.1"} +bevy_cef_core = { path = "crates/bevy_cef_core", version = "0.1" } async-channel = { version = "2.5" } serde = { version = "1", features = ["derive"] } serde_json = { version = "1" }