Update lib.rs

pull/890/head
qwer252 1 week ago committed by GitHub
parent 2803bd0724
commit bcd3ac44f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save