This website requires JavaScript.
Explore
Help
Register
Sign In
yeqing
/
mspaint
Watch
1
Star
0
Fork
0
You've already forked mspaint
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4e999ed459ab47fd0de6faacc489d72302cfe321
mspaint
/
src
/
main.rs
8 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
Basic code
2026-02-23 17:43:03 +08:00
mod
image_button
;
Implement pencil and line tool
2026-02-24 22:20:06 +08:00
mod
paint
;
mod
mouse_area
;
Basic code
2026-02-23 17:43:03 +08:00
Implement pencil and line tool
2026-02-24 22:20:06 +08:00
pub
fn
main
(
)
->
iced
::
Result
{
paint
::
main
(
)
Basic code
2026-02-23 17:43:03 +08:00
}
Reference in New Issue
Copy Permalink