Removal of "name" and "online", update libraries and rust
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user