mirror of
https://github.com/Dummi26/musicdb.git
synced 2026-08-13 09:42:40 +02:00
added some comments
This commit is contained in:
@@ -10,6 +10,13 @@ use speedy2d::{
|
||||
|
||||
use crate::gui::{GuiAction, GuiElem, GuiElemCfg, GuiElemTrait};
|
||||
|
||||
/*
|
||||
|
||||
Some basic structs to use everywhere,
|
||||
except they are all text-related.
|
||||
|
||||
*/
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Label {
|
||||
config: GuiElemCfg,
|
||||
|
||||
Reference in New Issue
Block a user