bevy_cef_render_process 0.4.1

render process for bevy_cef
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "bevy_cef_render_process"
version = "0.4.1"
authors = ["notelm"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "render process for bevy_cef"
readme = "README.md"
keywords = [
    "bevy",
    "cef",
    "web",
    "rendering",
]
categories = [
    "game-development",
    "web-programming",
    "graphics",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/not-elm/bevy_cef"
resolver = "2"

[[bin]]
name = "bevy_cef_render_process"
path = "src/main.rs"

[dependencies.bevy_cef_core]
version = "0.4.1"

[dependencies.cef]
version = "144.4.0"

[dependencies.cef-dll-sys]
version = "144.4.0"
features = ["sandbox"]