gg: make Rect struct fields public (#9518)

pull/9531/head
Andréas Livet 2021-03-30 09:39:07 +02:00 committed by GitHub
parent 6143bd6232
commit c4e389be41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ pub mut:
}
pub struct Rect {
pub:
x f32
y f32
width f32