atlanticaccent / starsector-mod-manager-rust

A mod manager for Starsector, a space fleet-battle and economics simulator. This time written in Rust.
https://atlanticaccent.github.io/starsector-mod-manager-rust/
MIT License
33 stars 1 forks source link

Linux webview fix #139

Closed atlanticaccent closed 2 years ago

atlanticaccent commented 2 years ago

Fixes the webview implementation on linux. Moving all webview calls to an rlib subcrate means that we can avoid indirect dependency conflicts. Presumably because the static library sub crate gets it's own independently de-duplicated dependency chain.