thebracket / rltk

Roguelike Toolkit - Modern C++ (14) SFML-based toolkit for creating roguelikes.
MIT License
311 stars 21 forks source link

cereal not included #8

Closed CrackerHax closed 7 years ago

CrackerHax commented 7 years ago

rl/rltk/rltk/color_t.hpp:12:29: fatal error: cereal/cereal.hpp: No such file or directory

thebracket commented 7 years ago

Reopening this issue; I'm not sure I want to remove Cereal from the repo (two reasons: not every package manager has it, and I'd like to stay pinned to a version). It's there in the repo, but pathing is apparently wrong.