Removal of "name" and "online", update libraries and rust

This commit is contained in:
2024-09-28 13:21:10 -04:00
Unverified
parent c2ec816188
commit 18ee6cb0f2
6 changed files with 10 additions and 45 deletions

View File

@@ -7,8 +7,8 @@ edition = "2021"
realm_auth = { path = "../auth" }
realm_server = { path = "../server" }
realm_shared = { path = "../shared" }
egui = "0.28"
eframe = { version = "0.28", default-features = false, features = [
egui = "0.29"
eframe = { version = "0.29", default-features = false, features = [
"default_fonts", # Embed the default egui fonts.
"glow", # Use the glow rendering backend. Alternative: "wgpu".
"persistence", # Enable restoring app state when restarting the app.