feat(widget): Add spin_button widget
Co-authored-by: Michael Aaron Murphy <michael@mmurphy.dev>
This commit is contained in:
parent
f283ab897f
commit
200784b6c1
5 changed files with 130 additions and 5 deletions
|
|
@ -1,3 +1,6 @@
|
|||
// Copyright 2022 System76 <info@system76.com>
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
use iced::futures::channel::mpsc::{unbounded, UnboundedReceiver, UnboundedSender};
|
||||
use iced::futures::SinkExt;
|
||||
use iced::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue