bt_toast 0.1.2

A simple Toast mechanism using Dioxus and Bootstrap.
Documentation
# Project Title

BT Toast

## Description

A toast notification system built with the Dioxus framework and Bootstrap. It enables displaying various types of toasts, such as info, success, warning, error, and waiting messages. 

To function properly, Bootstrap CSS and JS are required. 

## Usage

See main.rs example for details.
Use dx run --platform desktop --example main

## Version History

* 0.1.0
    * Initial Release
* 0.1.1
    * Update Dioxus dependency to 0.7  
* 0.1.2
    * Update Dioxus dependency to 0.7.1        

## License

GPL-3.0-only