add wlx-common lib, move GeneralConfig into it
This commit is contained in:
9
wlx-common/src/common.rs
Normal file
9
wlx-common/src/common.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, Clone, Copy, Default)]
|
||||
#[repr(u8)]
|
||||
pub enum LeftRight {
|
||||
#[default]
|
||||
Left,
|
||||
Right,
|
||||
}
|
||||
Reference in New Issue
Block a user