matrix-image-editor/Cargo.toml

36 lines
793 B
TOML
Raw Normal View History

2024-05-17 19:06:32 +00:00
[package]
name = "mathe-img-processor"
version = "0.1.0"
edition = "2021"
[dependencies]
bytemuck = "1.16.0"
eframe = {version = "0.27", features = ["wgpu"]}
2024-05-21 06:57:37 +00:00
egui-file-dialog = "0.5.0"
2024-05-21 11:13:49 +00:00
egui_extras = { version = "0.27.2", features = ["image"] }
2024-05-17 19:06:32 +00:00
env_logger = "0.11.3"
2024-05-21 06:57:37 +00:00
image = "0.25.1"
2024-05-19 14:22:36 +00:00
nalgebra = "0.32.5"
2024-05-21 11:13:49 +00:00
oneshot = "0.1.6"
rayon = "1.10.0"
2024-05-21 06:57:37 +00:00
threadpool = "1.8.1"
2024-05-17 19:06:32 +00:00
# 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"