WIP
This commit is contained in:
parent
6ffeb048b3
commit
48033463c8
3 changed files with 22 additions and 10 deletions
|
@ -184,8 +184,8 @@ pub trait PlatformTextSystem: Send + Sync {
|
|||
#[derive(Clone, Debug)]
|
||||
pub struct AppMetadata {
|
||||
pub os_name: &'static str,
|
||||
pub os_version: SemanticVersion,
|
||||
pub app_version: SemanticVersion,
|
||||
pub os_version: Option<SemanticVersion>,
|
||||
pub app_version: Option<SemanticVersion>,
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Eq, Hash, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue