INIT
This commit is contained in:
22
crates/bevy_cef_core/Cargo.toml
Normal file
22
crates/bevy_cef_core/Cargo.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "bevy_cef_core"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
bevy = { workspace = true }
|
||||
bevy_remote = { workspace = true }
|
||||
uuid = { version = "1" }
|
||||
cef = { workspace = true }
|
||||
cef-dll-sys = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true }
|
||||
async-channel = { workspace = true }
|
||||
raw-window-handle = { workspace = true }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
debug = []
|
||||
Reference in New Issue
Block a user