Created the OS surface and ensured that the selected GPU and queue family support presentation to that surface. Updated Drop to properly destroy the surface and improved documentation.
12 lines
184 B
TOML
12 lines
184 B
TOML
[package]
|
|
name = "renderer"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
ash = "0.38.0"
|
|
ash-window = "0.13.0"
|
|
raw-window-handle = "0.6.2"
|
|
thiserror = "2.0.18"
|
|
tracing = "0.1.44"
|