1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00

Try to allow turning off default_fonts for all libs (#266)

This commit is contained in:
Emil Ernerfeldt
2021-04-07 20:14:44 +02:00
committed by GitHub
parent d544c3dd8b
commit b30cb3313a
5 changed files with 22 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ include = [
[lib]
[dependencies]
egui = { version = "0.11.0", path = "../egui" }
egui = { version = "0.11.0", path = "../egui", default-features = false }
ron = { version = "0.6", optional = true }
serde = { version = "1", optional = true }