1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -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

@@ -53,7 +53,7 @@ chrono = { version = "0.4", default-features = false, features = [
eframe = { workspace = true, default-features = false, features = [
"web_screen_reader",
] }
egui = { workspace = true, features = ["callstack", "default", "log"] }
egui = { workspace = true, features = ["callstack", "default"] }
egui_demo_lib = { workspace = true, features = ["default", "chrono"] }
egui_extras = { workspace = true, features = ["default", "image"] }
image = { workspace = true, default-features = false, features = [
@@ -70,7 +70,11 @@ puffin = { workspace = true, optional = true }
puffin_http = { workspace = true, optional = true }
# Enable both WebGL & WebGPU when targeting the web (these features have no effect when not targeting wasm32)
# Also enable the default features so we have a supported backend for every platform.
wgpu = { workspace = true, features = ["default", "webgpu", "webgl"], optional = true }
wgpu = { workspace = true, features = [
"default",
"webgpu",
"webgl",
], optional = true }
# feature "http":