gpui-component/crates/wef/tool/tests/bin/src/main.rs
Sunli b70b229370
wef: Added a new WebView component named "Wef" based on CEF. (#877)
Wef is a Rust library for embedding WebView functionality using Chromium
Embedded Framework (CEF3) with offscreen rendering support.
2025-06-17 18:57:44 +08:00

3 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}