Merge commit 'aad9e2d48d2f589bf83828cc103c81ffdd1db179'

Updated LunaSVG to v2.3.5
This commit is contained in:
Leon Styhre 2022-10-31 20:29:30 +01:00
commit 01e6ffa14e
3 changed files with 5 additions and 11 deletions

View file

@ -1,4 +1,3 @@
# These are supported funding model platforms # These are supported funding model platforms
patreon: sammycage
custom: ['https://www.paypal.me/sammycage'] custom: ['https://www.paypal.me/sammycage']

View file

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.3) cmake_minimum_required(VERSION 3.3)
project(lunasvg VERSION 2.3.4 LANGUAGES CXX C) project(lunasvg VERSION 2.3.5 LANGUAGES CXX C)
set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD 17)
set(CMAKE_C_STANDARD 11) set(CMAKE_C_STANDARD 11)

View file

@ -1,7 +1,9 @@
[![Releases](https://img.shields.io/badge/Version-2.3.4-orange.svg)](https://github.com/sammycage/lunasvg/releases) [![Releases](https://img.shields.io/badge/Version-2.3.5-orange.svg)](https://github.com/sammycage/lunasvg/releases)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/sammycage/lunasvg/blob/master/LICENSE) [![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) [![Build Status](https://github.com/sammycage/lunasvg/actions/workflows/ci.yml/badge.svg)](https://github.com/sammycage/lunasvg/actions)
> If you like the work lunasvg is doing please consider a small donation : [![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.paypal.me/sammycage)
# LunaSVG - SVG rendering library in C++ # LunaSVG - SVG rendering library in C++
![LunaSVG](https://github.com/sammycage/lunasvg/blob/master/luna.png) ![LunaSVG](https://github.com/sammycage/lunasvg/blob/master/luna.png)
@ -79,11 +81,4 @@ svg2png [filename] [resolution] [bgColor]
- [EKA2L1](https://github.com/EKA2L/EKA2L1) - [EKA2L1](https://github.com/EKA2L/EKA2L1)
- [ObEngine](https://github.com/ObEngine/ObEngine) - [ObEngine](https://github.com/ObEngine/ObEngine)
- [OTTO](https://github.com/bitfieldaudio/OTTO) - [OTTO](https://github.com/bitfieldaudio/OTTO)
- [EmulationStation-DE](https://gitlab.com/es-de/emulationstation-de)
## Support Me
If you like the work lunasvg is doing please consider a small donation :
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.paypal.me/sammycage)
[![Donate](https://img.shields.io/badge/Donate-BuyMeACoffee-yellow.svg)](https://www.buymeacoffee.com/sammycage)
[![Sponsor](https://img.shields.io/badge/Sponsor-Patreon-orange.svg)](https://patreon.com/sammycage)