bevy_ui_text_input 0.7.0

Bevy UI text input plugin
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_ui_text_input"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bevy UI text input plugin"
readme = "README.md"
keywords = [
    "bevy",
    "gamedev",
    "ui",
    "text",
    "input",
]
categories = [
    "game-development",
    "gui",
    "text-editors",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ickshonpe/bevy_ui_text_input"

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

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

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

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

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

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

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

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

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

[dependencies.bevy]
version = "0.18"
features = [
    "bevy_asset",
    "bevy_ui",
    "bevy_input_focus",
    "bevy_picking",
    "bevy_ui_render",
]
default-features = false

[dependencies.cosmic-text]
version = "0.16"

[dependencies.cosmic_undo_2]
version = "0.2.0"

[dependencies.once_cell]
version = "1.21.3"

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

[dev-dependencies.bevy]
version = "0.18"

[target."cfg(any(windows, unix))".dependencies.arboard]
version = "3.6.1"
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "Navigator",
    "Clipboard",
]

[lints.clippy]
too_many_arguments = "allow"
type_complexity = "allow"

[profile.ci]
opt-level = 0
codegen-units = 4
debug = "line-tables-only"
inherits = "dev"

[profile.ci.package."*"]
opt-level = 0