An open API service indexing awesome lists of open source software.

https://github.com/ihorshevchuk/spdlog-spm

Fast C++ logging library now in Swift Package Manager
https://github.com/ihorshevchuk/spdlog-spm

cpp spdlog spdlog-wrapper swift swift-package-manager

Last synced: 22 days ago
JSON representation

Fast C++ logging library now in Swift Package Manager

Awesome Lists containing this project

README

          

# spdlog

[![Build](https://github.com/IhorShevchuk/spdlog-spm/actions/workflows/buiild.yml/badge.svg)](https://github.com/IhorShevchuk/spdlog-spm/actions/workflows/buiild.yml)

A free and open source speech synthesizer with support for a lot languages now available for Swift Package Manager

# Usage

Add package as dependecy to your project

```swift
.package(url: "https://github.com/IhorShevchuk/spdlog-spm",
.upToNextMajor(from: "1.13.0")),
```