panicui 0.1.0

The needed solution for panicking with user interface.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.fltk]
version = "1.3.27"

[features]
bundled = ["fltk/fltk-bundled"]
default = ["bundled"]
shared = ["fltk/fltk-shared"]

[package]
categories = ["development-tools", "development-tools::debugging", "gui"]
description = "The needed solution for panicking with user interface."
edition = "2021"
keywords = ["panic", "ui", "gui", "panic-ui", "debug"]
license-file = "LICENSE"
name = "panicui"
readme = "README.md"
repository = "https://github.com/imajindevon/panicui"
version = "0.1.0"