# 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 = "imfile" version = "0.1.0" authors = ["Aggelos Tselios "] description = "A simple and customizable file dialog for imgui-rs written entirely in Rust." readme = "README.md" keywords = [ "imgui", "dialog", "gui", "file", ] license = "MIT" repository = "https://github.com/tseli0s/imfile" [dependencies.imgui] version = "0.11" [dependencies.log] version = "0.4" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.error-iter] version = "0.4" [dev-dependencies.imgui] version = "0.11" [dev-dependencies.imgui-winit-support] version = "0.11" [dev-dependencies.pixels] version = "0.12.1" [dev-dependencies.winit] version = "0.27" [dev-dependencies.winit_input_helper] version = "0.13"