12 lines
288 B
TOML
12 lines
288 B
TOML
[package]
|
|
name = "bevy_cef_debug_render_process"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
cef = { workspace = true }
|
|
bevy_cef_core = { workspace = true }
|
|
libloading = { version = "0.8"} |