chill_bevy_console 0.1.2

A configurable developer console plugin for Bevy games
# 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 = "chill_bevy_console"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A configurable developer console plugin for Bevy games"
homepage = "https://github.com/Chillgames-net/bevy_console"
documentation = "https://docs.rs/chill_bevy_console"
readme = "README.md"
keywords = [
    "bevy",
    "console",
    "gamedev",
    "plugin",
    "dev-tools",
]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Chillgames-net/bevy_console"

[features]
embedded-font = []

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

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

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

[dev-dependencies.bevy]
version = "0.18"
features = [
    "keyboard",
    "bevy_asset",
    "bevy_color",
    "bevy_text",
    "bevy_ui",
    "bevy_render",
]