Quicr / libquicr

Transport based on QuicR API
https://quicr.github.io/libquicr/
BSD 2-Clause "Simplified" License
7 stars 5 forks source link

Mark all dependencies as private and not exported to upstream projects, with exception of spdlog #219

Open TimEvens opened 2 months ago

TimEvens commented 2 months ago

By default, all dependencies should not be available to upstream projects that use libquicr. The only exception is spdlog, which needs to be documented as being available and will not change. Repos that use spdlog will need to have some assurance that spdlog is available and they can use.

GhostofCookie commented 1 month ago

I think based on recent conversations that we don't want spdlog exposed anymore either.