Skip to content

Commit

Permalink
refactor: move sample app into passport package
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Oct 15, 2024
1 parent e8bc73f commit 78dee5b
Show file tree
Hide file tree
Showing 163 changed files with 30 additions and 81 deletions.
55 changes: 0 additions & 55 deletions sample/.vscode/settings.json

This file was deleted.

Binary file removed sample/webgl/Build/webgl.data
Binary file not shown.
5 changes: 0 additions & 5 deletions sample/webgl/Build/webgl.framework.js

This file was deleted.

1 change: 0 additions & 1 deletion sample/webgl/Build/webgl.loader.js

This file was deleted.

Binary file removed sample/webgl/Build/webgl.wasm
Binary file not shown.
7 changes: 7 additions & 0 deletions src/Packages/Marketplace/CHANGELOG.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions src/Packages/Marketplace/LICENSE.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions src/Packages/Marketplace/README.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"dependencies": {
"com.alttester.sdk": "2.1.1",
"com.cysharp.unitask": "2.3.3",
"com.immutable.passport": "file:../../src/Packages/Passport",
"com.immutable.marketplace": "file:../../src/Packages/Marketplace",
"com.immutable.orderbook": "file:../../src/Packages/Orderbook",
"com.immutable.passport": "file:../../../",
"com.unity.ai.navigation": "1.1.4",
"com.unity.ide.visualstudio": "2.0.21",
"com.unity.ide.vscode": "1.2.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,8 @@
"dependencies": {},
"url": "https://package.openupm.com"
},
"com.immutable.marketplace": {
"version": "file:../../src/Packages/Marketplace",
"depth": 0,
"source": "local",
"dependencies": {
"com.cysharp.unitask": "2.3.3"
}
},
"com.immutable.orderbook": {
"version": "file:../../src/Packages/Orderbook",
"depth": 0,
"source": "local",
"dependencies": {
"com.cysharp.unitask": "2.3.3"
}
},
"com.immutable.passport": {
"version": "file:../../src/Packages/Passport",
"version": "file:../../../",
"depth": 0,
"source": "local",
"dependencies": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"m_Name": "Settings",
"m_Path": "ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json",
"m_Dictionary": {
"m_DictionaryValues": []
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 78dee5b

Please sign in to comment.