KDABLabs / cxx-qt-servo-webview

Servo WebView for Qt using CXX-Qt
45 stars 1 forks source link

Investigate whether we should use libsimpleservo going forward #2

Open ahayzen-kdab opened 7 months ago

ahayzen-kdab commented 7 months ago

Tauri is looking at using servo too and it appears that libsimpleservo might have it's API improved so that it can be embedded into other frameworks easily.

Investigate if we should use this or continue using the Rust components directly like servoshell (as note that libsimpleservo might move to becoming a shared library so it would be Rust -> C -> Rust)