reel-moby/src/main.rs

8 lines
88 B
Rust
Raw Normal View History

2021-08-25 12:23:15 +02:00
mod tags;
2021-08-23 14:06:00 +02:00
mod ui;
mod widget;
2021-08-15 20:49:12 +02:00
fn main() {
2021-08-29 00:23:40 +02:00
ui::Ui::run("rocketchat/rocket.chat");
2021-08-15 20:49:12 +02:00
}