wip
This commit is contained in:
parent
4784dbe498
commit
da36eb3b41
4 changed files with 67 additions and 33 deletions
|
@ -69,6 +69,7 @@ pub trait Platform: Send + Sync {
|
|||
fn path_for_auxiliary_executable(&self, name: &str) -> Result<PathBuf>;
|
||||
fn app_path(&self) -> Result<PathBuf>;
|
||||
fn app_version(&self) -> Result<AppVersion>;
|
||||
fn os_name(&self) -> &'static str;
|
||||
fn os_version(&self) -> Result<AppVersion>;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue