{"id":58932,"library":"wry","title":"Wry","description":"Cross-platform WebView rendering library for Rust.","status":"active","version":"0.55.0","language":"rust","source_language":null,"source_url":"https://github.com/tauri-apps/wry","tags":["webview","gui","cross-platform","tauri"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nwry = \"0.55.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add wry","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Window","correct":"use wry::application::window::Window;"}],"quickstart":{"code":"use wry::application::{\n    event::{Event, WindowEvent},\n    event_loop::{ControlFlow, EventLoop},\n    window::WindowBuilder,\n};\n\nfn main() {\n    let event_loop = EventLoop::new();\n    let window = WindowBuilder::new()\n        .with_title(\"Wry Example\")\n        .build(&event_loop)\n        .unwrap();\n    event_loop.run(move |event, _, control_flow| {\n        *control_flow = ControlFlow::Wait;\n        match event {\n            Event::WindowEvent { event: WindowEvent::CloseRequested, .. } => {\n                *control_flow = ControlFlow::Exit;\n            }\n            _ => ()\n        }\n    });\n}","lang":"rust","description":"Create a basic window with Wry."},"warnings":[{"fix":"Install system dependencies: on Ubuntu: `sudo apt install libwebkit2gtk-4.1-dev`.","message":"Requires platform-specific dependencies (WebKitGTK on Linux, WebView2 on Windows).","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'cross':3,13 'cross-platform':2,12 'gui':11 'librari':7 'platform':4,14 'render':6 'rust':9 'tauri':15 'webview':5,10 'wri':1","created_at":"2026-06-16T16:44:08.690260+00:00","updated_at":"2026-06-16T16:44:08.690260+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/tauri-apps/wry","github":"https://github.com/tauri-apps/wry","docs":"https://docs.rs/wry/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}