This website requires JavaScript.
Explore
Help
Sign In
savanni
/
monorepo
Watch
1
Star
0
Fork
You've already forked monorepo
0
Code
Issues
82
Pull Requests
Projects
6
Releases
Wiki
Activity
e694ba74ca
monorepo
/
otg
/
gtk
/
src
/
views
/
mod.rs
6 lines
81 B
Rust
Raw
Normal View
History
Unescape
Escape
Set up the library view again
2024-03-22 02:39:28 +00:00
mod
home
;
pub
use
home
::
HomeView
;
Strip kifu down even further and revamp the app_window structure
2024-03-15 14:49:25 +00:00
mod
settings
;
pub
use
settings
::
SettingsView
;