# 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 = "2021" name = "bevy_file_dialog" version = "0.5.0" authors = ["Richard Hozák"] description = "File system dialogs for loading and saving files using the Bevy game engine" homepage = "https://github.com/richardhozak/bevy_file_dialog" readme = "README.md" keywords = [ "bevy", "gamedev", "file", "dialog", ] license = "MIT OR Apache-2.0" repository = "https://github.com/richardhozak/bevy_file_dialog" [dependencies.bevy_app] version = "0.13" default-features = false [dependencies.bevy_derive] version = "0.13" [dependencies.bevy_ecs] version = "0.13" default-features = false [dependencies.bevy_tasks] version = "0.13" features = ["multi-threaded"] [dependencies.bevy_utils] version = "0.13" [dependencies.crossbeam-channel] version = "0.5" [dependencies.rfd] version = "0.14" default-features = false [dev-dependencies.bevy] version = "0.13" features = ["multi-threaded"] [features] async-std = ["rfd/async-std"] default = [ "xdg-portal", "async-std", ] gtk3 = ["rfd/gtk3"] tokio = ["rfd/tokio"] xdg-portal = ["rfd/xdg-portal"]