feat: rounded corners
A proof of concept commit for rounded corners. Currently unoptimized and in need of reorganization too. May also make keyboard keys invisible
This commit is contained in:
@@ -26,6 +26,7 @@ pub struct Rect {
|
||||
y: f32,
|
||||
w: f32,
|
||||
h: f32,
|
||||
r: f32,
|
||||
}
|
||||
|
||||
pub struct CanvasData<D> {
|
||||
|
||||
Reference in New Issue
Block a user