mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Merge commit 'aad9e2d48d2f589bf83828cc103c81ffdd1db179'
Updated LunaSVG to v2.3.5
This commit is contained in:
commit
01e6ffa14e
1
external/lunasvg/.github/FUNDING.yml
vendored
1
external/lunasvg/.github/FUNDING.yml
vendored
|
@ -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']
|
||||||
|
|
2
external/lunasvg/CMakeLists.txt
vendored
2
external/lunasvg/CMakeLists.txt
vendored
|
@ -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)
|
||||||
|
|
13
external/lunasvg/README.md
vendored
13
external/lunasvg/README.md
vendored
|
@ -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)
|
|
||||||
|
|
Loading…
Reference in a new issue