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.
11 lines
162 B
TOML
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"
|