Update readme and set cmake version

This commit is contained in:
Jeremy 2023-07-23 23:59:16 -04:00
parent 43383228e7
commit 3ab0c7f738
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4
2 changed files with 7 additions and 5 deletions

View File

@ -6,7 +6,7 @@ endif()
project( project(
cpptrace cpptrace
VERSION 0.0.1 VERSION 0.1.0
LANGUAGES CXX LANGUAGES CXX
) )

View File

@ -9,12 +9,14 @@
<br/> <br/>
[![Community Discord Link](https://img.shields.io/badge/Chat%20on%20(the%20very%20small)-Community%20Discord-blue?labelColor=2C3239&color=7289DA&style=flat&logo=discord&logoColor=959DA5)](https://discord.gg/7kv5AuCndG) [![Community Discord Link](https://img.shields.io/badge/Chat%20on%20(the%20very%20small)-Community%20Discord-blue?labelColor=2C3239&color=7289DA&style=flat&logo=discord&logoColor=959DA5)](https://discord.gg/7kv5AuCndG)
Cpptrace is a lightweight C++ stacktrace library supporting C++11 and greater on Linux, macOS, and windows including Cpptrace is a lightweight C++ stacktrace library supporting C++11 and greater on Linux, macOS, and Windows including
mingw and cygwin environments. The goal: Make stack traces simple for once. MinGW and Cygwin environments. The goal: Make stack traces simple for once.
Some day C++23's `<stacktrace>` will be ubiquitous. And maybe one day the msvc implementation will be acceptable. Some day C++23's `<stacktrace>` will be ubiquitous. And maybe one day the msvc implementation will be acceptable.
🚧 WIP: This library is in beta. 🏗️ This library is in beta, if you run into any problems please open an [issue][issue]!
[issue]: https://github.com/jeremy-rifkin/cpptrace/issues
## Table of Contents ## Table of Contents
@ -129,7 +131,7 @@ g++ main.cpp -o main -g -Wall -I$HOME/wherever/include -L$HOME/wherever/lib -lcp
### Package Managers ### Package Managers
TODO Coming soon
## API ## API