mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-22 07:08:42 -06:00
add todo note :3
This commit is contained in:
parent
dfcd4af0aa
commit
0b5df70e2b
|
@ -8,6 +8,8 @@ use crate::{
|
||||||
rect::{Corners, FillColor}
|
rect::{Corners, FillColor}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
//TODO: Use Frames here instead of FillColor
|
||||||
|
|
||||||
#[derive(Debug, Clone, Copy, Setters)]
|
#[derive(Debug, Clone, Copy, Setters)]
|
||||||
#[setters(prefix = "with_")]
|
#[setters(prefix = "with_")]
|
||||||
pub struct ProgressBar {
|
pub struct ProgressBar {
|
||||||
|
|
Loading…
Reference in a new issue