Skip to content

Commit

Permalink
chore: initial setup neon-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Jun 4, 2024
1 parent 4d50238 commit 2793ab1
Show file tree
Hide file tree
Showing 30 changed files with 713 additions and 2,083 deletions.
13 changes: 7 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
node_modules/
build/
bin/
executorch/
*.js
.venv/
target
*.node
**/node_modules
**/.DS_Store
npm-debug.log*cargo.log
cross.log
lib/*.js
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "executorch"]
path = executorch
url = https://github.com/mybigday/executorch.git
branch = windows-qnn
275 changes: 0 additions & 275 deletions CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 2793ab1

Please sign in to comment.