You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NOTICE.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,27 @@
4
4
5
5
# Notices
6
6
7
+
## [Caution] Support for Apple's Privacy Manifest Policy
8
+
9
+
This product does not use the APIs or third-party products specified in Apple's privacy manifest policy.
10
+
This will be addressed in future updates if this product requires such support.
11
+
Please check the documentation published by Apple for details.
12
+
13
+
*[Privacy updates for App Store submissions](https://developer.apple.com/news/?id=3d8a9yyh)
14
+
15
+
16
+
## [Caution] Support for Wayland in Linux OpenGL Environment (2024-03-26)
17
+
18
+
`GLFW 3.4`, which this product uses in the Linux OpenGL environment, can now be compiled for Wayland.
19
+
However, this sample is not compatible with Wayland because `glewInit` is currently not working properly when compiling for Wayland (EGL) in `GLEW 2.2.0`.
20
+
21
+
If you are using the Linux OpenGL environment, please continue to use the X11 build as usual.
@@ -150,8 +155,8 @@ Please refer to [CHANGELOG.md](CHANGELOG.md) for the changelog of this repositor
150
155
151
156
| Platform | Version |
152
157
| --- | --- |
153
-
| iOS / iPadOS |16.6.1|
154
-
| macOS | 14.1.1|
158
+
| iOS / iPadOS |17.4|
159
+
| macOS | 14.4|
155
160
| Windows 10 | 22H2 |
156
161
| Windows 11 | 22H2 |
157
162
@@ -167,17 +172,16 @@ Please refer to [CHANGELOG.md](CHANGELOG.md) for the changelog of this repositor
167
172
| System | Distribution | Version |
168
173
| --- | --- | --- |
169
174
| Red Hat | Amazon Linux | 2 |
170
-
| Red Hat | CentOS Stream | 8 |
171
-
| Red Hat | CentOS Stream | 9 |
172
-
| Debian | Ubuntu | 22.04.3 |
175
+
| Red Hat | AlmaLinux | 9 |
176
+
| Debian | Ubuntu | 22.04.4 |
173
177
174
178
## Contributing
175
179
176
180
There are many ways to contribute to the project: logging bugs, submitting pull requests on this GitHub, and reporting issues and making suggestions in Live2D Community.
177
181
178
182
### Forking And Pull Requests
179
183
180
-
We very much appreciate your pull requests, whether they bring fixes, improvements, or even new features. Note, however, that the wrapper is designed to be as lightweight and shallow as possible and should therefore only be subject to bug fixes and memory/performance improvements. To keep the main repository as clean as possible, create a personal fork and feature branches there as needed.
184
+
We very much appreciate your pull requests, whether they bring fixes, improvements, or even new features. To keep the main repository as clean as possible, create a personal fork and feature branches there as needed.
0 commit comments