mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2026-09-18 05:16:44 +02:00
bump dizzle
This commit is contained in:
parent
8e7286e409
commit
7f067b848f
3 changed files with 3 additions and 3 deletions
|
|
@ -1646,7 +1646,7 @@ pub trait AsMutOpt<T> { fn as_mut_opt (&mut self) -> Option<&mut T>; }
|
|||
#[cfg(feature = "draw")] pub use self::color::*;
|
||||
#[cfg(feature = "draw")] mod color {
|
||||
use crate::*;
|
||||
use dizzle::LanguageError::*;
|
||||
use dizzle::LanguageErrorKind::*;
|
||||
use ::ratatui::style::Color;
|
||||
use ::rand::distributions::uniform::UniformSampler;
|
||||
pub(crate) use ::palette::{
|
||||
|
|
|
|||
|
|
@ -409,7 +409,7 @@ impl<'a, T: Draw<Tui>> Draw<Tui> for ShowSizeOf<T> {
|
|||
})
|
||||
});
|
||||
|
||||
#[cfg(feature = "text")] pub use self::tui_text::*;
|
||||
//#[cfg(feature = "text")] pub use self::tui_text::*;
|
||||
#[cfg(feature = "text")] mod tui_text {
|
||||
use super::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue