boltz-gpui-linux 0.1.0

Linux GPUI backend: wgpu rendering with Wayland/X11 windowing and freedesktop integration.
1
2
3
4
#![cfg(any(target_os = "linux", target_os = "freebsd"))]
mod linux;

pub use linux::current_platform;