35 lines
793 B
TOML
35 lines
793 B
TOML
[package]
|
|
name = "mathe-img-processor"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bytemuck = "1.16.0"
|
|
eframe = {version = "0.27", features = ["wgpu"]}
|
|
egui-file-dialog = "0.5.0"
|
|
egui_extras = { version = "0.27.2", features = ["image"] }
|
|
env_logger = "0.11.3"
|
|
image = "0.25.1"
|
|
nalgebra = "0.32.5"
|
|
oneshot = "0.1.6"
|
|
rayon = "1.10.0"
|
|
threadpool = "1.8.1"
|
|
# winit = { version = "0.30", features = ["rwh_05" ] }
|
|
# log = "0.4"
|
|
# console_error_panic_hook = "0.1.6"
|
|
# console_log = "1.0"
|
|
# cfg-if = "1"
|
|
# wgpu = { version = "0.19", features = ["webgl"]}
|
|
# wasm-bindgen = "0.2"
|
|
# wasm-bindgen-futures = "0.4.30"
|
|
# web-sys = { version = "0.3", features = [
|
|
# "Document",
|
|
# "Window",
|
|
# "Element",
|
|
# ]}
|
|
|
|
# [lib]
|
|
# crate-type = ["cdylib"]
|
|
|
|
# [build]
|
|
# target = "wasm32-unknown-unknown"
|