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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user