From 5d513eb9ecf1c22a547124440ea2f799654196ad Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sun, 13 Dec 2020 21:21:35 +0100 Subject: [PATCH] Fix publishing (renamed font files) --- egui/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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]