Skip to content

Commit 413a60c

Browse files
committed
feat(core): init nativescript entry point
1 parent 7f39e5c commit 413a60c

File tree

6 files changed

+109
-34
lines changed

6 files changed

+109
-34
lines changed

libs/core/nativescript/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# angular-three/nativescript
2+
3+
Secondary entry point of `angular-three`. It can be used by importing from `angular-three/nativescript`.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"lib": {
3+
"entryFile": "src/index.ts"
4+
}
5+
}

libs/core/nativescript/src/index.ts

Whitespace-only changes.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@
120120
"@dimforge/rapier3d-compat": "^0.14.0",
121121
"@ionic/angular": "^7.0.0",
122122
"@monogrid/gainmap-js": "^3.0.5",
123+
"@nativescript/canvas": "2.0.0-webgpu.11",
124+
"@nativescript/canvas-media": "2.0.0-webgpu.11",
125+
"@nativescript/canvas-three": "2.0.0-webgpu.11",
123126
"@pmndrs/cannon-worker-api": "^2.4.0",
124127
"@pmndrs/vanilla": "^1.19.1",
125128
"@swc/helpers": "0.5.12",

pnpm-lock.yaml

Lines changed: 97 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"angular-three-soba/staging": ["libs/soba/staging/src/index.ts"],
3434
"angular-three-soba/stats": ["libs/soba/stats/src/index.ts"],
3535
"angular-three-soba/vanilla-exports": ["libs/soba/vanilla-exports/src/index.ts"],
36+
"angular-three/nativescript": ["libs/core/nativescript/src/index.ts"],
3637
"angular-three/testing": ["libs/core/testing/src/index.ts"],
3738
"plugin": ["libs/plugin/src/index.ts"]
3839
}

0 commit comments

Comments
 (0)