File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.12.4 )
22
33project (alpaca
4- VERSION 0.2.0
4+ VERSION 0.2.1
55 DESCRIPTION "Serialization library written in C++17 - Pack C++ structs into a compact byte-array without any macros or boilerplate code."
66 HOMEPAGE_URL "https://github.com/p-ranav/alpaca"
77 LANGUAGES CXX
Original file line number Diff line number Diff line change 1010 <a href =" https://github.com/p-ranav/alpaca/blob/master/LICENSE " >
1111 <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license"/>
1212 </a >
13- <img src =" https://img.shields.io/badge/version-0.2.0 -blue.svg?cacheSeconds=2592000 " alt =" version " />
13+ <img src =" https://img.shields.io/badge/version-0.2.1 -blue.svg?cacheSeconds=2592000 " alt =" version " />
1414</p >
1515
1616Pack C++ structs into a compact byte-array without any macros or boilerplate code.
You can’t perform that action at this time.
0 commit comments