mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Replace chrono with jiff (#8008)
`jiff` is more modern, and seem to be where the ecosystem is heading.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#![expect(clippy::manual_range_contains)]
|
||||
|
||||
#[cfg(feature = "chrono")]
|
||||
#[cfg(feature = "datepicker")]
|
||||
mod datepicker;
|
||||
|
||||
pub mod syntax_highlighting;
|
||||
@@ -21,7 +21,7 @@ mod sizing;
|
||||
mod strip;
|
||||
mod table;
|
||||
|
||||
#[cfg(feature = "chrono")]
|
||||
#[cfg(feature = "datepicker")]
|
||||
pub use crate::datepicker::DatePickerButton;
|
||||
|
||||
pub(crate) use crate::layout::StripLayout;
|
||||
|
||||
Reference in New Issue
Block a user