This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//! Text that will show ellipsis `...` upon being cut off. | |
//! | |
//! Based on [`iced_palace`](https://github.com/hecrj/iced_palace) | |
//! by [hecrj](https://github.com/hecrj/). I ported this from | |
//! iced `0.14.0-dev` to `0.13.1`. | |
//! | |
//! ### Original Copyright Notice: | |
//! Copyright 2025 Héctor Ramón Jiménez. | |
//! Released under the MIT License. | |
//! |