[dependencies.arboard]
version = "3.2.0"
[dependencies.eframe]
version = "0.22.0"
[dependencies.egui]
version = "0.22.0"
[dependencies.egui_extras]
features = ["image"]
version = "0.22.0"
[dependencies.font8x8]
version = "0.3.1"
[dependencies.image]
version = "0.24.6"
[dependencies.oklab]
version = "1.0.0"
[dependencies.rusttype]
version = "0.9.3"
[dependencies.serde]
features = ["derive"]
version = "1.0.163"
[package]
authors = ["Michael Völkl <michaelvoelkl@zoho.com>"]
categories = ["gui", "science", "visualization"]
description = "Navigatable heatmap for use together with egui"
edition = "2021"
homepage = "https://github.com/voelklmichael/egui_heatmap"
include = ["src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["gui", "data-science", "image"]
license = "MIT OR Apache-2.0"
name = "egui_heatmap"
readme = "README.md"
repository = "https://github.com/voelklmichael/egui_heatmap"
rust-version = "1.65"
version = "0.4.5"
[target."cfg(windows)".dependencies.clipboard-win]
features = ["std"]
version = "4.5.0"