app launcher res & orientation functionality

This commit is contained in:
galister
2026-01-03 16:47:30 +09:00
parent fcfd3f3dc3
commit 12c4a664b0
7 changed files with 64 additions and 12 deletions

View File

@@ -28,6 +28,7 @@ pub struct WvrProcessLaunchParams {
pub exec: String,
pub env: Vec<String>,
pub args: String,
pub resolution: [u32; 2],
pub userdata: HashMap<String, String>,
}