Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Oct 8, 2023
1 parent 2f17c6f commit e374f61
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 396 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "rust/cxx.h"
#include "canvas-cxx/src/lib.rs.h"
#include "Helpers.h"
#import "v8runtime/V8Runtime.h"
#include <vector>
using namespace org::nativescript::canvas;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
#include <android/looper.h>
#include <unistd.h>
#include <fcntl.h>
#import "v8runtime/V8Runtime.h"

using namespace facebook;

struct JSIReadFileCallback {
int fd_[2];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

#include "rust/cxx.h"
#include "canvas-cxx/src/lib.rs.h"
#import "v8runtime/V8Runtime.h"
#include "VecMutableBuffer.h"
#include <vector>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

#include "rust/cxx.h"
#include "canvas-cxx/src/lib.rs.h"
#include "v8runtime/V8Runtime.h"
#include "MatrixImpl.h"
#include <vector>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

#include "rust/cxx.h"
#include "canvas-cxx/src/lib.rs.h"
#include "v8runtime/V8Runtime.h"
#include "Helpers.h"
#include "v8-fast-api-calls.h"
#include <vector>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include "Caches.h"
#include "Common.h"
#include "Helpers.h"

class WebGLVertexArrayObject {
public:
Expand Down

0 comments on commit e374f61

Please sign in to comment.