fix: rename soul_echo => soulecho

removed all occurences of soul_echo as it made problems for mobile
This commit is contained in:
webfussel 2025-07-17 13:37:46 +02:00
parent aa85312cf1
commit c423c854fe
14 changed files with 21 additions and 19 deletions

View file

@ -2,5 +2,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
soul_echo_lib::run()
soulecho_lib::run()
}