Files
fparkan/adapters/fparkan-platform-winit/Cargo.toml
T
Valentin Popov 958a5a3263
Docs Deploy / Build and Deploy MkDocs (push) Successful in 36s
Test / Lint (push) Failing after 2m22s
Test / Test (push) Skipped
Test / Render parity (push) Skipped
build(deps): harden winit feature graph
2026-07-18 05:44:50 +04:00

15 lines
408 B
TOML

[package]
name = "fparkan-platform-winit"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
fparkan-platform = { path = "../../crates/fparkan-platform", version = "0.1.0" }
raw-window-handle = "0.6"
winit = { version = "0.30", default-features = false, features = ["rwh_06", "x11", "wayland", "wayland-dlopen"] }
[lints]
workspace = true