1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 12:50:04 -04:00

Remove log feature (#7583)

This commit is contained in:
Emil Ernerfeldt
2025-10-02 20:09:48 +02:00
committed by GitHub
parent bd45406fad
commit 6579bb910b
16 changed files with 16 additions and 49 deletions

View File

@@ -124,10 +124,7 @@ x11 = [
__screenshot = []
[dependencies]
egui = { workspace = true, default-features = false, features = [
"bytemuck",
"log",
] }
egui = { workspace = true, default-features = false, features = ["bytemuck"] }
ahash.workspace = true
document-features.workspace = true