update: version to 0.2.0-dev
This commit is contained in:
@@ -19,7 +19,7 @@ members = [
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
version = "0.2.0-dev"
|
||||
edition = "2024"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
authors = ["notelm"]
|
||||
@@ -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 = "." , version = "0.1"}
|
||||
bevy_cef_core = { path = "crates/bevy_cef_core", version = "0.1" }
|
||||
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" }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = { version = "1" }
|
||||
@@ -62,6 +62,7 @@ raw-window-handle = "0.6"
|
||||
|
||||
[dev-dependencies]
|
||||
bevy = { workspace = true, default-features = true, features = ["file_watcher"]}
|
||||
bevy_cef = { workspace = true, features = ["debug"] }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
objc = { version = "0.2" }
|
||||
|
||||
Reference in New Issue
Block a user