# 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 = "2021" name = "mech-gui" version = "0.1.0" authors = ["Corey Montella "] description = "gui library for the Mech language" readme = "README.md" license = "Apache-2.0" [package.metadata.docs.rs] all-features = true [package.metadata.winres] OriginalFilename = "MECH.EXE" LegalCopyright = "Copyright © 2023" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.eframe] version = "0.18.0" [dependencies.image] version = "0.24.3" features = [ "ico", "jpeg", "png", ] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.mech-core] version = "0.1" [dependencies.mech-syntax] version = "0.1" [dependencies.mech-utilities] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.15" [build-dependencies.winres] version = "0.1.12" [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1.7" [target."cfg(target_arch = \"wasm32\")".dependencies.tracing-wasm] version = "0.2.1"