Skip to content

Instantly share code, notes, and snippets.

View Mrmayman's full-sized avatar

Mrmayman

View GitHub Profile
@Mrmayman
Mrmayman / ellipsis.rs
Created October 7, 2025 11:43
Port of ellipsis text widget to iced 0.13.1
//! 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.
//!