egui_dnd 0.14.0

A drag and drop library for egui
Documentation
[dependencies.egui]
default-features = false
version = "0.33.0"

[dependencies.egui_animation]
version = "0.10.0"

[dependencies.simple-easing]
version = "1"

[dev-dependencies.color-hex]
version = "0.2.0"

[dev-dependencies.eframe]
default-features = true
version = "0.33.0"

[dev-dependencies.egui]
default-features = false
features = ["color-hex"]
version = "0.33.0"

[dev-dependencies.egui_extras]
default-features = false
version = "0.33.0"

[dev-dependencies.egui_infinite_scroll]
version = "0.9.0"

[dev-dependencies.egui_virtual_list]
version = "0.9.0"

[dev-dependencies.hello_egui_utils]
version = "0.10.0"

[dev-dependencies.rand]
version = "0.9.0"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[lints.clippy.cast_possible_truncation]
level = "allow"
priority = 12

[lints.clippy.cast_precision_loss]
level = "allow"
priority = 11

[lints.clippy.cast_sign_loss]
level = "allow"
priority = 13

[lints.clippy.doc_markdown]
level = "allow"
priority = 21

[lints.clippy.enum_glob_use]
level = "deny"
priority = 2

[lints.clippy.float_cmp]
level = "allow"
priority = 14

[lints.clippy.missing_errors_doc]
level = "allow"
priority = 19

[lints.clippy.missing_fields_in_debug]
level = "allow"
priority = 20

[lints.clippy.missing_panics_doc]
level = "allow"
priority = 18

[lints.clippy.module_name_repetitions]
level = "allow"
priority = 10

[lints.clippy.must_use_candidate]
level = "allow"
priority = 16

[lints.clippy.pedantic]
level = "deny"
priority = 1

[lints.clippy.perf]
level = "warn"
priority = 3

[lints.clippy.return_self_not_must_use]
level = "allow"
priority = 17

[lints.clippy.struct_excessive_bools]
level = "allow"
priority = 15

[lints.clippy.style]
level = "warn"
priority = 4

[lints.rust]
unsafe_code = "deny"

[package]
authors = ["Lucas Meurer"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui"]
description = "A drag and drop library for egui"
edition = "2021"
homepage = "https://lucasmerlin.github.io/hello_egui/"
keywords = ["egui", "drag", "drop", "ui", "gui"]
license = "MIT"
name = "egui_dnd"
readme = "README.md"
repository = "https://github.com/lucasmerlin/hello_egui/tree/main/crates/egui_dnd"
version = "0.14.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-time]
version = "1"