1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Improve some feature flags

This commit is contained in:
Emil Ernerfeldt
2022-01-31 19:17:49 +01:00
parent 2183e9fdea
commit b5aaa5fa6f
6 changed files with 25 additions and 13 deletions

View File

@@ -35,7 +35,7 @@ bytemuck = { version = "1.7.2", features = ["derive"], optional = true }
cint = { version = "^0.2.2", optional = true }
nohash-hasher = "0.2"
parking_lot = { version = "0.11", optional = true } # Using parking_lot over std::sync::Mutex gives 50% speedups in some real-world scenarios.
serde = { version = "1", features = ["derive"], optional = true }
serde = { version = "1", features = ["derive", "rc"], optional = true }
[features]
default = ["default_fonts", "multi_threaded"]