1
0
mirror of https://github.com/YGGverse/Yoda.git synced 2025-03-13 06:01:21 +00:00

remove extra dependency

This commit is contained in:
yggverse 2024-09-25 18:32:55 +03:00
parent bdc5b9be76
commit 9c480d3a64

@ -1,4 +1,4 @@
use gtk::{Orientation, ScrolledWindow};
use gtk::ScrolledWindow;
pub struct Text {
widget: ScrolledWindow,