Skip to content

Commit

Permalink
Rename json->nlohmann for consistency with standard use of 3rd party …
Browse files Browse the repository at this point in the history
…lib (#251)

Co-authored-by: Fædon Jóhannes Sinis <fs@treble.tech>
  • Loading branch information
phaedon and Fædon Jóhannes Sinis authored Mar 3, 2024
1 parent a9a6c05 commit 14556d6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/demo-app/demo_app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#include "args/args.hxx"
#include "happly.h"
#include "json/json.hpp"
#include "nlohmann/json.hpp"

#include "simple_dot_mesh_parser.h"
#include "surface_mesh_io.h"
Expand Down
2 changes: 1 addition & 1 deletion src/polyscope.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include "stb_image.h"

#include "json/json.hpp"
#include "nlohmann/json.hpp"
using json = nlohmann::json;

#include "backends/imgui_impl_opengl3.h"
Expand Down
2 changes: 1 addition & 1 deletion src/view.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "imgui.h"

#include "json/json.hpp"
#include "nlohmann/json.hpp"
using json = nlohmann::json;

namespace polyscope {
Expand Down

0 comments on commit 14556d6

Please sign in to comment.