changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/lib/ui/main.rs

changeset 268: a52d42f30617
parent: 2a4f11c0e8c8
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 06 Apr 2024 23:30:32 -0400
permissions: -rw-r--r--
description: rocksdb alien functions and cargo fmt
1 use ui::*;
2 
3 fn main() {
4  MainWindow::new().unwrap().run().unwrap();
5 }