synvael/crates/renderer/Cargo.toml
Serkyo 347f868af1 feat(renderer): update new() to accept window handles
Updated the Renderer constructor to accept RawDisplayHandle and RawWindowHandle, and updated the client to pass these handles during resumption. This is a prerequisite for surface creation.
2026-04-30 14:48:03 +02:00

11 lines
162 B
TOML

[package]
name = "renderer"
version = "0.1.0"
edition = "2024"
[dependencies]
ash = "0.38.0"
raw-window-handle = "0.6.2"
thiserror = "2.0.18"
tracing = "0.1.44"