mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-14 06:46:34 +10:00
67b6f2aa2e
Signed-off-by: quexeky <git@quexeky.dev>
7 lines
165 B
Rust
7 lines
165 B
Rust
use crate::process::process_manager::Platform;
|
|
|
|
#[derive(Clone, Debug, PartialEq, Eq, serde::Serialize, serde::Deserialize)]
|
|
pub enum Condition {
|
|
Os(Platform)
|
|
}
|