1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

egui_extras: improve Table/Strip docs, and only panic in debug builds

This commit is contained in:
Emil Ernerfeldt
2022-04-11 09:54:44 +02:00
parent 65d16695ae
commit c88e1f8b29
5 changed files with 136 additions and 104 deletions

View File

@@ -35,6 +35,10 @@ datepicker = ["chrono"]
# Persistence
persistence = ["serde"]
# Log warnings using `tracing` crate
tracing = ["dep:tracing", "egui/tracing"]
[dependencies]
egui = { version = "0.17.0", path = "../egui", default-features = false }
@@ -55,3 +59,6 @@ usvg = { version = "0.22", optional = true }
# feature "persistence":
serde = { version = "1", features = ["derive"], optional = true }
# feature "tracing"
tracing = { version = "0.1", optional = true }