im-native-dialog 0.3.0

A wrapper around native-dialog for use with immediate mode gui libraries
Documentation
[package]
name = "im-native-dialog"
version = "0.3.0"
authors = ["Luke Frisken <l.frisken@gmail.com>"]
edition = "2018"
description = "A wrapper around native-dialog for use with immediate mode gui libraries"
repository = "https://github.com/kellpossible/im-native-dialog"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
crossbeam-channel = "0.5"
log = "0.4"
native-dialog = "0.6"
thiserror = "1"

[workspace]
members = [
    "examples/egui"
]