Skip to content

feat: create vendored flag to embed verso into tauri app - #21

Open
Ludea wants to merge 13 commits into
versotile-org:mainfrom
Ludea:vendored
Open

Ludea wants to merge 13 commits into
versotile-org:mainfrom
Ludea:vendored

Conversation

@Ludea

@Ludea Ludea commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Ludea and others added 4 commits April 27, 2026 21:10
Co-authored-by: Copilot <copilot@github.com>
Signed-off-by: Ludea <ludovicw35@hotmail.com>
@Ludea Ludea changed the title Vendored feat: create vendored flag to embed verso into app Apr 28, 2026
@Ludea Ludea changed the title feat: create vendored flag to embed verso into app feat: create vendored flag to embed verso into tauri app Apr 28, 2026
Comment thread Cargo.toml
Comment thread Cargo.toml Outdated
Comment thread Cargo.toml Outdated
Comment thread src/lib.rs Outdated

@Legend-Master Legend-Master left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will probably need an example that uses the vendored feature to show case how to use it and a section in the crate docs and readme for that

Comment thread src/lib.rs Outdated

@Legend-Master Legend-Master left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you tested this yet?

Comment thread examples/vendored/build.rs Outdated
.setup(|app| {
dbg!(app.get_webview_window("main").unwrap().inner_size()).unwrap();
// embed verso webview into app
tauri_runtime_verso::vendored::create_embedded_versoview().unwrap();

@Legend-Master Legend-Master Apr 29, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure I get this, isn't this just running the versoview? Don't we need to connect our app with it? And 2 different event loops can't work together, versoview will still need to be on another process for now

Ludea and others added 2 commits April 29, 2026 06:56
Signed-off-by: Ludea <ludovicw35@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants