diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | src/calp.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # Calp -calp attempts to generate dry and attractive calendars that can be printed. It is designed to be extensible and customizable for a wide range of calendar designs. +calp is a barebones calendar generator. It simply generates a 12-page .pdf of the year of your choice. # Dependencies - `cairo` @@ -11,7 +11,7 @@ #include <cairo/cairo-pdf.h> #include <cairo/cairo.h> -#include <pango/pangocairo.h> +//#include <pango/pangocairo.h> /* calp Libraries */ #include "color.h" |
