config: move simple options into schema crate
This commit is contained in:
parent
902853955b
commit
b550bb1025
5 changed files with 53 additions and 42 deletions
|
|
@ -5,5 +5,7 @@
|
|||
//! generated config documentation, and compositor-side application code.
|
||||
|
||||
pub mod animations;
|
||||
pub mod options;
|
||||
|
||||
pub use animations::{AnimationCurveConfig, Animations};
|
||||
pub use options::{Libei, RepeatRate, SimpleIm, Tearing, UiDrag, Vrr, Xwayland};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue