Update lib.rs

pull/890/head
qwer252 1 week ago committed by GitHub
parent 5b2d99813b
commit 700d36083b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,6 +22,6 @@ pub struct Button {
impl Draw for Button {
fn draw(&self) {
// code to actually draw a button
// 实际绘制按钮的代码
}
}

Loading…
Cancel
Save