2025-05-21 13:12:55 +02:00
|
|
|
[package]
|
|
|
|
|
description = "Winit's Orbital/Redox backend"
|
|
|
|
|
documentation = "https://docs.rs/winit-orbital"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
name = "winit-orbital"
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
rust-version.workspace = true
|
2025-06-08 02:22:58 +02:00
|
|
|
version.workspace = true
|
2025-05-21 13:12:55 +02:00
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
serde = ["dep:serde", "bitflags/serde", "smol_str/serde", "dpi/serde"]
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
bitflags.workspace = true
|
|
|
|
|
dpi.workspace = true
|
|
|
|
|
rwh_06.workspace = true
|
|
|
|
|
serde = { workspace = true, optional = true }
|
|
|
|
|
smol_str.workspace = true
|
|
|
|
|
tracing.workspace = true
|
|
|
|
|
winit-core.workspace = true
|
|
|
|
|
|
|
|
|
|
# Platform-specific
|
|
|
|
|
orbclient.workspace = true
|
|
|
|
|
redox_syscall.workspace = true
|
2026-01-18 17:20:10 +09:00
|
|
|
libredox.workspace = true
|