0.3.1-0-pre.2

This commit is contained in:
2026-09-20 21:30:12 +02:00
parent ba718ce4ec
commit 51371c1b24
29 changed files with 981 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
// file: crates/engines/engine-v1-platform-api/src/environment.rs
// version: 1
// version: 2
/// Broad physical device class relevant to interaction and score provenance.
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
@@ -56,7 +56,7 @@ pub enum RuntimeHost {
Browser,
/// Native process managed directly by the operating system.
Native,
/// Tauri desktop WebView host.
/// Tauri WebView host on a supported native platform.
TauriWebView,
}