summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-09-04 19:20:51 +0700
committerGitHub <noreply@github.com>2021-09-04 19:20:51 +0700
commit86886fd88017bcc72df3a8b524f5ef4948b7dad4 (patch)
treec5d887d63cbc868e6e28e3c8ab6add933dee3e7c
parent98a0e9ba67975b0f38553488a995f67a48ab651f (diff)
downloadlibgd-86886fd88017bcc72df3a8b524f5ef4948b7dad4.tar.gz
Fix unicode symbols
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 649967f..7493c24 100644
--- a/README.md
+++ b/README.md
@@ -64,15 +64,15 @@ CI means whether we have an automatic CI for this platform. If someone has CI fo
| Platform | Support | CI |
| ------------- | ------------- |----|
-| Linux x64 | &#10003; | 🗸 |
-| Linux x86 | 🗸 | 🗸 |
-| Linux ARM64 | 🗸 | 🗸 |
-| Windows x86 | 🗸 | 🗸 |
-| Windows x64 | 🗸 | 🗸 |
-| Windows arm64 | 🗸 | x |
-| MacOS x64 | 🗸 | 🗸 |
-| MacOS M1 | 🗸 | x |
-| S390 | 🗸 | x |
+| Linux x64 | &#10003; | &#10003; |
+| Linux x86 | &#10003; | &#10003; |
+| Linux ARM64 | &#10003; | &#10003; |
+| Windows x86 | &#10003; | &#10003; |
+| Windows x64 | &#10003; | &#10003; |
+| Windows arm64 | &#10003; | x |
+| MacOS x64 | &#10003; | &#10003; |
+| MacOS M1 | &#10003; | x |
+| S390 | &#10003; | x |
It is also known to work on almost all variations of *BSD, Solaris, etc. We don't have CI nor environment to test them. However many progamming languages binding do test libgd on these platforms.