Synvael/crates/renderer/Cargo.toml
Serkyo 5ee9fc1bd6 feat(renderer): implement surface creation and support checks
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.
2026-04-30 14:56:45 +02:00

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"