rust-constructor 2.9.0

A cross-platform GUI framework built on egui, the simplest way to develop GUI projects in Rust.
Documentation
# 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 = "2024"
name = "rust-constructor"
version = "2.9.0"
authors = ["ChepleBob <Cheple_Bob@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cross-platform GUI framework built on egui, the simplest way to develop GUI projects in Rust."
homepage = "https://github.com/ChepleBob30/Rust-Constructor"
readme = "README.md"
keywords = [
    "develop",
    "gui",
]
categories = [
    "gui",
    "development-tools",
    "game-development",
]
license = "MIT"
repository = "https://github.com/ChepleBob30/Rust-Constructor"

[lib]
name = "rust_constructor"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4.43"

[dependencies.eframe]
version = "0.33.3"

[dependencies.egui]
version = "0.33.3"

[dependencies.image]
version = "0.25.9"