Skip to content

Commit 280e5e2

Browse files
minz
1 parent 6ea7b72 commit 280e5e2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Modules/@babylonjs/react-native/react-native-babylon.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Pod::Spec.new do |s|
7272
'bimg',
7373
'bimg_encode',
7474
'bimg_decode',
75+
'minz',
7576
'Scheduling',
7677
'bx',
7778
'Canvas',

Modules/@babylonjs/react-native/windows/BabylonReactNative/BabylonReactNative.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
bimg.lib;
179179
bimg_encode.lib;
180180
bimg_decode.lib;
181+
minz.lib;
181182
bx.lib;
182183
Canvas.lib;
183184
GenericCodeGend.lib;
@@ -233,6 +234,7 @@
233234
bimg.lib;
234235
bimg_encode.lib;
235236
bimg_decode.lib;
237+
minz.lib;
236238
bx.lib;
237239
Canvas.lib;
238240
GenericCodeGen.lib;

0 commit comments

Comments
 (0)