We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e1c50 commit 8010ab2Copy full SHA for 8010ab2
README.md
@@ -176,11 +176,14 @@ cargo test
176
177
## Supported Platforms
178
179
-| Platform | Architecture | CLI Tool | Library |
180
-|----------|-------------|----------|---------|
181
-| Windows | x86_64 | ✅ | ✅ |
182
-| macOS | ARM64 (Apple Silicon) | ✅ | ✅ |
183
-| Linux | x86_64 | ✅ | ✅ |
+| Platform | Architecture | CLI Tool | Library |
+|----------|-----------------------|----------|---------|
+| Windows | x86_64 | ✅ | ✅ |
+| Windows | ARM64 | ✅ | ✅ |
+| macOS | x86_64 (Intel) | ✅ | ✅ |
184
+| macOS | ARM64 (Apple Silicon) | ✅ | ✅ |
185
+| Linux | x86_64 | ✅ | ✅ |
186
+| Linux | ARM64 | ✅ | ✅ |
187
188
## License
189
0 commit comments