diff --git a/CMakeLists.txt b/CMakeLists.txt index bed8895..3752b2c 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.3) -project(lunasvg VERSION 2.3.9 LANGUAGES CXX C) +project(lunasvg VERSION 2.4.0 LANGUAGES CXX C) set(CMAKE_CXX_STANDARD 11) set(CMAKE_C_STANDARD 11) diff --git a/README.md b/README.md index 3810ff3..0aad92b 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/sammycage/lunasvg/blob/master/LICENSE) [![Build Status](https://github.com/sammycage/lunasvg/actions/workflows/ci.yml/badge.svg)](https://github.com/sammycage/lunasvg/actions) -> Check out my other library [PlutoBook: Paged HTML Rendering Library](https://github.com/plutoprint/plutobook) - # LunaSVG - SVG rendering library in C++ ![LunaSVG](https://github.com/sammycage/lunasvg/blob/master/luna.png) @@ -78,10 +76,8 @@ svg2png [filename] [resolution] [bgColor] - [PICsimLab](https://github.com/lcgamboa/picsimlab) - [MoneyManagerEx](https://github.com/moneymanagerex/moneymanagerex) - [RmlUi](https://github.com/mikke89/RmlUi) -- [EKA2L1](https://github.com/EKA2L/EKA2L1) - [ObEngine](https://github.com/ObEngine/ObEngine) - [OTTO](https://github.com/bitfieldaudio/OTTO) - [EmulationStation-DE](https://gitlab.com/es-de/emulationstation-de) - [SvgBooga](https://github.com/etodanik/SvgBooga/tree/main) - [Dear ImGui](https://github.com/ocornut/imgui) -