Crates.io | easy-imgui-filechooser |
lib.rs | easy-imgui-filechooser |
version | |
source | src |
created_at | 2024-07-05 19:00:50.824189 |
updated_at | 2024-12-12 18:43:22.189676 |
description | File-chooser widget for easy-imgui |
homepage | |
repository | https://github.com/rodrigorc/easy-imgui-rs |
max_upload_size | |
id | 1292979 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
File-chooser widget for easy-imgui
.
It is inspired by ImGuiFileDialog (thanks!), but this is written in Rust instead of C++, and with fewer options.
This a very basic file-chooser widget. It does not provide the pop-up window, previews or any kind of validation. That is up to the user.
It pretends to be portable to any target where you can run std
Rust and easy-imgui
. This is the look for Linux: