config: move parser option structs into schema crate
This commit is contained in:
parent
b550bb1025
commit
41e7fcc290
6 changed files with 25 additions and 21 deletions
|
|
@ -13,10 +13,7 @@ use {
|
|||
config::{
|
||||
context::Context,
|
||||
parsers::{
|
||||
color_management::ColorManagement,
|
||||
config::{ConfigParser, ConfigParserError},
|
||||
float::Float,
|
||||
focus_history::FocusHistory,
|
||||
},
|
||||
},
|
||||
toml::{self},
|
||||
|
|
@ -48,7 +45,8 @@ use {
|
|||
};
|
||||
|
||||
pub use jay_config_schema::{
|
||||
AnimationCurveConfig, Animations, Libei, RepeatRate, SimpleIm, Tearing, UiDrag, Vrr, Xwayland,
|
||||
AnimationCurveConfig, Animations, ColorManagement, Float, FocusHistory, Libei, RepeatRate,
|
||||
SimpleIm, Tearing, UiDrag, Vrr, Xwayland,
|
||||
};
|
||||
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue