egui_file 0.27.0

File dialog for egui
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"
rust-version = "1.85.0"
name = "egui_file"
version = "0.27.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "File dialog for egui"
readme = "README.md"
keywords = [
    "file-dialog",
    "file-picker",
]
license = "MIT"
repository = "https://codeberg.org/Barugon/egui_file"

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

[[example]]
name = "bevy"
path = "examples/bevy/main.rs"

[[example]]
name = "fake_fs"
path = "examples/fake_fs/main.rs"

[[example]]
name = "open_file"
path = "examples/open_file/main.rs"

[dependencies.dyn-clone]
version = "1.0.17"

[dependencies.egui]
version = "0.35"

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

[dev-dependencies.bevy_egui]
version = "0.41"

[dev-dependencies.eframe]
version = "0.35"