Skip to content

Commit 764b2a2

Browse files
committed
Add supported architectures to the README
1 parent 9ed3144 commit 764b2a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ of the target you wish to build.
7070

7171
#### Deployment Targets
7272

73-
- __macOS__: macOS 10.11
74-
- __Windows__: Windows 10
75-
- __Linux__: Mainstream Linux distributions
76-
- __iOS__: iOS 12
77-
- __Android__: Android 5 - Lollipop (API Level 21)
73+
- __macOS__: macOS 10.11 (x86_64, Arm64)
74+
- __Windows__: Windows 10 (x86_64, x86, Arm64, Arm64EC)
75+
- __Linux__: Mainstream Linux distributions (x86_64, Arm64/aarch64, (32 bit Arm systems like armv7 should work but are not regularly tested))
76+
- __iOS__: iOS 12 (Arm64, Arm64e, x86_64 (Simulator))
77+
- __Android__: Android 5 - Lollipop (API Level 21) (arm64-v8a, armeabi-v7a, x86_64, x86)
7878

7979
## Contributing
8080

0 commit comments

Comments
 (0)