rename to wayvr

This commit is contained in:
galister
2026-01-09 23:38:47 +09:00
parent 7b60b86f46
commit ac05e95e9c
235 changed files with 181 additions and 200 deletions

View File

@@ -1,4 +1,4 @@
// Contents of this file should be the same as on wlx-overlay-s.
// Contents of this file should be the same as on wayvr.
use std::collections::HashMap;
@@ -11,7 +11,7 @@ pub struct ServerInfo {}
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct HandshakeSuccess {
pub runtime: String, // Runtime name, for example "wlx-overlay-s"
pub runtime: String, // Runtime name, for example "wayvr"
}
#[derive(Debug, Clone, Serialize, Deserialize)]