Update toss

This commit is contained in:
Joscha 2023-02-17 20:07:08 +01:00
parent b515ace906
commit 059ff94aef
41 changed files with 165 additions and 179 deletions

View file

@ -1,5 +1,5 @@
use async_trait::async_trait;
use toss::frame::{Frame, Pos, Size};
use toss::{Frame, Pos, Size};
use super::Widget;