bevy_cef 0.2.1

Bevy CEF integration for web rendering
# 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"
version = "0.2.1"
authors = ["notelm"]
build = false
exclude = ["assets/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bevy CEF integration for web rendering"
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"

[features]
debug = ["bevy_cef_core/debug"]
default = []
serialize = ["bevy/serialize"]

[lib]
name = "bevy_cef"
path = "src/lib.rs"

[[example]]
name = "brp"
path = "examples/brp.rs"

[[example]]
name = "custom_material"
path = "examples/custom_material.rs"

[[example]]
name = "devtool"
path = "examples/devtool.rs"

[[example]]
name = "extensions"
path = "examples/extensions.rs"

[[example]]
name = "host_emit"
path = "examples/host_emit.rs"

[[example]]
name = "inline_html"
path = "examples/inline_html.rs"

[[example]]
name = "js_emit"
path = "examples/js_emit.rs"

[[example]]
name = "navigation"
path = "examples/navigation.rs"

[[example]]
name = "preload_scripts"
path = "examples/preload_scripts.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[example]]
name = "sprite"
path = "examples/sprite.rs"

[[example]]
name = "zoom_level"
path = "examples/zoom_level.rs"

[dependencies.async-channel]
version = "2.5"

[dependencies.bevy]
version = "0.18"
features = [
    "bevy_log",
    "bevy_window",
    "bevy_asset",
    "bevy_sprite",
    "bevy_pbr",
    "bevy_winit",
    "picking",
]
default-features = false

[dependencies.bevy_cef_core]
version = "0.2.0"

[dependencies.bevy_remote]
version = "0.18"

[dependencies.cef]
version = "144.4.0"

[dependencies.raw-window-handle]
version = "0.6"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dev-dependencies.bevy]
version = "0.18"
features = [
    "bevy_log",
    "bevy_window",
    "bevy_asset",
    "bevy_sprite",
    "bevy_pbr",
    "bevy_winit",
    "picking",
    "file_watcher",
]
default-features = true

[target.'cfg(target_os = "macos")'.dependencies.objc]
version = "0.2"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("cargo-clippy"))']