8 lines
98 B
Rust
8 lines
98 B
Rust
mod image_button;
|
|
mod paint;
|
|
mod mouse_area;
|
|
|
|
pub fn main() -> iced::Result {
|
|
paint::main()
|
|
}
|