We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
原因是skia版本与nim_duilib兼容的skia版本不匹配导致的,您所用的skia版本比较新,报错的头文件中,fDisplayParams变量类型发生了变化。可以将skia版本更新到兼容的版本来解决:Hash值为39bd1d3f242aa241c42cfb6a9de91508017eda03,“日期为: 2024/10/11 15:03:09”,可以在本地skia源码用"git checkout 39bd1d3f242aa241c42cfb6a9de91508017eda03"来切换,然后再重新编译skia源码即可。
Sorry, something went wrong.
好的 感谢 我试试看
搞定了就是那个问题,感谢
No branches or pull requests
The text was updated successfully, but these errors were encountered: