mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Remove log feature (#7583)
This commit is contained in:
@@ -55,7 +55,7 @@ wayland = ["winit/wayland", "bytemuck"]
|
||||
x11 = ["winit/x11", "bytemuck"]
|
||||
|
||||
[dependencies]
|
||||
egui = { workspace = true, default-features = false, features = ["log"] }
|
||||
egui = { workspace = true, default-features = false }
|
||||
|
||||
log.workspace = true
|
||||
profiling.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user