eframe template

This commit is contained in:
2024-06-11 20:14:07 -04:00
Unverified
parent efbe618484
commit 6dbef2b03d
11 changed files with 242 additions and 3 deletions

4
client/src/lib.rs Normal file
View File

@@ -0,0 +1,4 @@
#![warn(clippy::all, rust_2018_idioms)]
mod app;
pub use app::RealmApp;