bevy_workbench 0.3.2

A mid-level editor scaffold for Bevy, between bevy-inspector-egui and Unity/Godot
Documentation
# 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_workbench"
version = "0.3.2"
authors = ["Bli-AIk <haikun2333@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A mid-level editor scaffold for Bevy, between bevy-inspector-egui and Unity/Godot"
readme = "readme.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Bli-AIk/bevy_workbench"

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

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

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

[dependencies.bevy]
version = "0.18"
features = [
    "std",
    "multi_threaded",
    "async_executor",
    "reflect_auto_register",
    "bevy_asset",
    "bevy_camera",
    "bevy_color",
    "bevy_core_pipeline",
    "bevy_image",
    "bevy_log",
    "bevy_picking",
    "bevy_render",
    "bevy_state",
    "bevy_window",
    "png",
]
default-features = false

[dependencies.bevy-inspector-egui]
version = "0.36"

[dependencies.bevy_egui]
version = "0.39"
features = ["render"]

[dependencies.catppuccin-egui]
version = "5.7"
features = ["egui33"]
default-features = false

[dependencies.egui]
version = "0.33"

[dependencies.egui_tiles]
version = "0.14"
features = ["serde"]

[dependencies.fluent]
version = "0.17"

[dependencies.fluent-bundle]
version = "0.16"

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

[dependencies.serde_json]
version = "1"

[dependencies.sys-locale]
version = "0.3"

[dependencies.toml]
version = "0.8"

[dependencies.unic-langid]
version = "0.9"

[dev-dependencies.bevy]
version = "0.18"
features = [
    "bevy_winit",
    "default_font",
    "x11",
]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rfd]
version = "0.17"