glance-core 0.2.0

A high-level core library for image IO, display, and drawing operations.
Documentation
[dependencies.derive_more]
features = ["from"]
version = "2.0.1"

[dependencies.image]
version = "0.25.6"

[dependencies.minifb]
features = ["wayland"]
version = "0.28.0"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rayon]
version = "1.10.0"

[lib]
name = "glance_core"
path = "src/lib.rs"

[package]
authors = ["Wahid Khan <wk170179@gmail.com>", "Moulik Agarwal <moulik.agarwal@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics", "computer-vision", "visualization", "multimedia::images"]
description = "A high-level core library for image IO, display, and drawing operations."
edition = "2024"
keywords = ["image", "graphics", "display"]
license = "GPL-3.0"
name = "glance-core"
readme = false
version = "0.2.0"