diff options
| author | bgaldrikian <[email protected]> | 2018-10-03 17:51:20 -0700 |
|---|---|---|
| committer | bgaldrikian <[email protected]> | 2018-10-03 17:51:20 -0700 |
| commit | 6f51c0ad55f3ed33597b8b12391d426fe28a0923 (patch) | |
| tree | b132a8cb2485820ff9556dafc8e874bc9d41f255 /target_platform_deps.xml | |
| parent | Fixes to UnitySample to make it build & run. ( In Unity 2018.2 ) (diff) | |
| download | blast-1.1.4_rc1.tar.xz blast-1.1.4_rc1.zip | |
Blast 1.1.4. See docs/release_notes.txt.v1.1.4_rc1
Diffstat (limited to 'target_platform_deps.xml')
| -rwxr-xr-x | target_platform_deps.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target_platform_deps.xml b/target_platform_deps.xml index bfdde72..dcedc75 100755 --- a/target_platform_deps.xml +++ b/target_platform_deps.xml @@ -34,10 +34,10 @@ </dependency>
<dependency name="PhysX">
- <package name="PhysX-${platform}" version="3.4.23426887.1" platforms="win.*.vc140"/>
- <package name="PhysX-${platform}" version="3.4.23572210" platforms="win.*.vc150"/>
+ <package name="PhysX-${platform}" version="3.4.24990349" platforms="win.*.vc140"/>
+ <package name="PhysX-${platform}" version="3.4.24990349" platforms="win.*.vc150"/>
<package name="PhysX-${platform}" version="3.4.23426887" platforms="xboxone"/>
- <package name="PhysX-linux64" version="3.4.23426887" platforms="linux"/>
+ <package name="PhysX-linux64" version="3.4.24990349" platforms="linux"/>
</dependency>
<dependency name="googletest">
|