we (web engine): Experimental web browser project to understand the limits of Claude
at main 7 lines 147 B view raw
1//! Minimal macOS platform layer — Obj-C FFI, AppKit, CoreGraphics, Metal. 2 3pub mod appkit; 4pub mod cf; 5pub mod cg; 6pub mod metal; 7pub mod objc;