Split Orbital backend out into winit-orbital (#4243)
This commit is contained in:
parent
e2b883d215
commit
47b938dbe7
11 changed files with 61 additions and 33 deletions
|
|
@ -9,7 +9,7 @@ pub mod ios;
|
|||
#[cfg(macos_platform)]
|
||||
pub mod macos;
|
||||
#[cfg(orbital_platform)]
|
||||
pub mod orbital;
|
||||
pub use winit_orbital as orbital;
|
||||
#[cfg(any(x11_platform, wayland_platform))]
|
||||
pub mod startup_notify;
|
||||
#[cfg(wayland_platform)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue