Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1#![cfg(not(target_os = "windows"))] 2mod wgpu_atlas; 3mod wgpu_context; 4mod wgpu_renderer; 5 6pub use wgpu; 7pub use wgpu_atlas::*; 8pub use wgpu_context::*; 9pub use wgpu_renderer::{GpuContext, WgpuRenderer, WgpuSurfaceConfig};