[package]
name = "graph-explorer-render"
description = "WebGL2/wgpu renderer for graph-explorer — nodes, edges, halos and labels."
edition.workspace = true
version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
rust-version.workspace = true
keywords = ["graph", "rendering", "wgpu", "webgl", "visualization"]
categories = ["rendering", "graphics", "visualization"]
[dependencies]
graph-explorer-core = { workspace = true }
graph-explorer-layout = { workspace = true }
graph-explorer-style = { workspace = true }
bytemuck = { workspace = true }
wgpu = "22"
glyphon = "0.6"