matrix-image-editor/Cargo.toml

29 lines
614 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"]}
env_logger = "0.11.3"
# 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"