1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

Merge remote-tracking branch 'egui/master' into dynamic-grid

This commit is contained in:
René Rössler
2022-02-07 10:03:48 +01:00
179 changed files with 8173 additions and 3350 deletions

View File

@@ -18,13 +18,11 @@ include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
[dependencies]
egui = { version = "0.16.0", path = "../egui", default-features = false }
# feature "datetime":
chrono = { version = "0.4", optional = true }
# feature "persistence":
serde = { version = "1", features = ["derive"], optional = true }
[features]
default = ["datetime"]
datetime = ["chrono"]
default = ["chrono"]
persistence = ["serde"]