mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-03 15:20:06 -04:00
Split Orbital backend out into winit-orbital (#4243)
This commit is contained in:
25
winit-orbital/Cargo.toml
Normal file
25
winit-orbital/Cargo.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[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
|
||||
version = "0.0.0"
|
||||
|
||||
[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
|
||||
Reference in New Issue
Block a user