2026-06-22 13:12:27 +04:00
|
|
|
[package]
|
2026-06-23 22:05:16 +04:00
|
|
|
name = "fparkan-platform-winit"
|
2026-06-22 13:12:27 +04:00
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-07-18 05:40:24 +04:00
|
|
|
fparkan-platform = { path = "../../crates/fparkan-platform", version = "0.1.0" }
|
2026-06-23 22:50:32 +04:00
|
|
|
raw-window-handle = "0.6"
|
2026-07-18 05:44:50 +04:00
|
|
|
winit = { version = "0.30", default-features = false, features = ["rwh_06", "x11", "wayland", "wayland-dlopen"] }
|
2026-06-22 13:12:27 +04:00
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|