veloren/server-cli/src
2024-02-06 19:11:10 +01:00
..
web update few dependencies 2024-02-06 19:11:10 +01:00
cli.rs fix clippy issues, WITHOUT clippy::needless_pass_by_ref_mut as we are still unsure how to proceed with it. we want to keep the &mut ref where we are actually writing. maybe we need another method support 2023-10-05 23:23:27 +02:00
main.rs imbris though the Cow would get Cloned anyway, so we go directly for String for now. OnceCell might be a thing in the future, but not now. 2023-10-18 10:50:58 +02:00
settings.rs move whole webserver to server-cli 2023-10-18 09:35:40 +02:00
shutdown_coordinator.rs Moved common networking code to common/net, clippy fixes 2020-12-13 17:23:45 +00:00
tui_runner.rs replace tui with ratatui 2024-02-06 19:11:10 +01:00
tuilog.rs replace tui with ratatui 2024-02-06 19:11:10 +01:00