ventana-backend-auto 0.0.2

A collection of first-party backends for Ventana
Documentation
1
2
3
4
5
6
7
8
9
pub mod linux;

pub use {
  appkit::AppKit,
  backend_appkit as appkit,
  backend_win32 as win32,
  linux::Linux,
  win32::Win32,
};