rust-constructor 2.11.3

A cross-platform `GUI` framework built on `egui` as well as compatible with `bevy`, the simplest way to develop `GUI` projects with `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.11.3"
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` as well as compatible with `bevy`, the simplest way to develop `GUI` projects with `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"

[features]
bevy = [
    "egui_bevy",
    "bevy_asset",
    "bevy_reflect",
]
default = ["standard"]
standard = ["egui_standard"]

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

[dependencies.bevy_asset]
version = "0.18.1"
optional = true
default-features = false

[dependencies.bevy_reflect]
version = "0.18.1"
optional = true
default-features = false

[dependencies.chrono]
version = "0.4.44"
default-features = false

[dependencies.egui_bevy]
version = "0.33.3"
optional = true
default-features = false
package = "egui"

[dependencies.egui_standard]
version = "0.34.1"
optional = true
default-features = false
package = "egui"

[dependencies.image]
version = "0.25.10"
default-features = false