symtropy-devconsole 0.1.1

Drop-in Bevy dev console: bevy-inspector-egui's world inspector + a Symtropy-specific Phi/scene-control panel. Toggle with F1.
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 = "symtropy-devconsole"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Drop-in Bevy dev console: bevy-inspector-egui's world inspector + a Symtropy-specific Phi/scene-control panel. Toggle with F1."
readme = "README.md"
keywords = [
    "bevy",
    "inspector",
    "editor",
    "dev-tools",
    "symtropy",
]
categories = [
    "game-engines",
    "development-tools",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/luminous-dynamics/symtropy"
resolver = "2"

[features]
default = []
phi-panel = []

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

[dependencies.bevy]
version = "0.18"
features = [
    "bevy_pbr",
    "bevy_render",
    "bevy_color",
    "bevy_log",
]
default-features = false

[dependencies.bevy_egui]
version = "0.39"
features = [
    "render",
    "default_fonts",
]
default-features = false

[dependencies.symtropy-bevy-core]
version = "0.1.1"

[dev-dependencies.bevy]
version = "0.18"
features = ["x11"]
default-features = false