[package]
name = "par-term-render"
version = "0.5.0"
edition = "2024"
description = "GPU-accelerated rendering engine for par-term terminal emulator"
license = "MIT"
repository = "https://github.com/paulrobello/par-term"
[dependencies]
par-term-config = { path = "../par-term-config", version = "0.6.0", features = ["wgpu-types"] }
par-term-fonts = { path = "../par-term-fonts", version = "0.1.5" }
par-term-emu-core-rust = { version = "0.39.3", default-features = false, features = ["rust-only"] }
winit = "0.30"
wgpu = { version = "27", features = ["wgsl"] }
bytemuck = { version = "1.25", features = ["derive"] }
swash = "0.2.6"
naga = { version = "27", features = ["glsl-in", "wgsl-out"] }
image = "0.25.9"
half = "2.7.1"
egui = "0.33.3"
egui-wgpu = "0.33.3"
dirs = "6.0"
anyhow = "1.0.101"
log = "0.4.29"
parking_lot = "0.12.5"