Skip to content

Commit

Permalink
Use correct node graph processor version
Browse files Browse the repository at this point in the history
  • Loading branch information
alelievr committed Nov 8, 2020
1 parent e7e2a38 commit 48040bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Packages/com.alelievr.mixture/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"licensesUrl": "https://github.com/alelievr/Mixture/blob/master/LICENSE",
"type": "tool",
"dependencies": {
"com.alelievr.node-graph-processor": "0.8.0",
"com.alelievr.node-graph-processor": "0.9.2",
"com.unity.render-pipelines.core": "10.0.0-preview.27",
"com.unity.shadergraph": "10.0.0-preview.27"
},
Expand Down
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"dependencies": {
"com.alelievr.mixture": "file:com.alelievr.mixture",
"com.alelievr.node-graph-processor": "file:C:\\Users\\Antoine Lelievre\\Github\\NodeGraphProcessor\\Assets\\com.alelievr.NodeGraphProcessor",
"com.alelievr.node-graph-processor": "0.9.2",
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.cinemachine": "2.6.1",
Expand Down
9 changes: 5 additions & 4 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
"depth": 0,
"source": "embedded",
"dependencies": {
"com.alelievr.node-graph-processor": "0.8.0",
"com.alelievr.node-graph-processor": "0.9.2",
"com.unity.render-pipelines.core": "10.0.0-preview.27",
"com.unity.shadergraph": "10.0.0-preview.27"
}
},
"com.alelievr.node-graph-processor": {
"version": "file:C:\\Users\\Antoine Lelievre\\Github\\NodeGraphProcessor\\Assets\\com.alelievr.NodeGraphProcessor",
"version": "0.9.2",
"depth": 0,
"source": "local",
"dependencies": {}
"source": "registry",
"dependencies": {},
"url": "https://package.openupm.com"
},
"com.autodesk.fbx": {
"version": "3.0.1-preview.1",
Expand Down

0 comments on commit 48040bf

Please sign in to comment.