RandyGaul / cute_framework

The *cutest* framework out there for creating 2D games in C++!
https://randygaul.github.io/cute_framework/#/
Other
536 stars 31 forks source link

Implement optional cryptography #28

Closed RandyGaul closed 3 years ago

RandyGaul commented 3 years ago

Right now the cmake options to turn off cryptography aren't implemented. This feature is a nice-to-have to simplify builds for non-networked games, or games that just don't want to deal with the cryptography dependency (even though it's not external).

RandyGaul commented 3 years ago

Not going to be optional since libhydrogen is so small.