Prevent duplicate instances by coordinating via a socket

This commit is contained in:
Julia 2023-07-06 17:18:45 -04:00
parent abf3b4a54e
commit 66bf56fc4f
4 changed files with 91 additions and 2 deletions

View file

@ -1,6 +1,7 @@
pub mod assets;
pub mod languages;
pub mod menus;
pub mod only_instance;
#[cfg(any(test, feature = "test-support"))]
pub mod test;