build(platform): restrict runtime scope to Windows
Docs Deploy / Build and Deploy MkDocs (push) Successful in 36s
Test / Lint (push) Failing after 2m5s
Test / Test (push) Skipped
Test / Render parity (push) Skipped

This commit is contained in:
2026-07-18 05:50:10 +04:00
parent 958a5a3263
commit 3c44a12fc4
6 changed files with 21 additions and 378 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ fparkan-platform-winit = { path = "../../adapters/fparkan-platform-winit", versi
fparkan-render-vulkan = { path = "../../adapters/fparkan-render-vulkan", version = "0.1.0" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
winit = { version = "0.30", default-features = false, features = ["rwh_06", "x11", "wayland", "wayland-dlopen"] }
winit = { version = "0.30", default-features = false, features = ["rwh_06"] }
[lints]
workspace = true