diff --git a/egui/Cargo.toml b/egui/Cargo.toml index c387bce8..2843227e 100644 --- a/egui/Cargo.toml +++ b/egui/Cargo.toml @@ -13,8 +13,7 @@ keywords = ["gui", "imgui", "immediate", "portable", "gamedev"] include = [ "**/*.rs", "Cargo.toml", - "fonts/ProggyClean.ttf", - "fonts/Comfortaa-Regular.ttf", + "fonts/*.ttf", ] [lib]