-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: support openharmony platform #4330
New issue
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
base: master
Are you sure you want to change the base?
Conversation
|
Can be maintained out of tree at the current state of things. |
|
Though, we'd have to do something with |
Seems that we need to add some patch codes for |
|
The only issue is with |
Got it. If the code can be merged into the main branch, it will feel more natural for our compatibility with the community's capabilities and for the users. We hope it can be merged into the mainline as much as possible. Thank you :) |
|
It's more of the question how those should be dealt with and to not block development and also who should take care of it when people can not update/review changes to their backends. There's no difference other than you'd need to enable it manually. I also plan to remove Mostly a resource management and a reason why the current design evolved that way, so other people can use winit, but not depend on upstream backends that much, specifically for cases like yours, etc. We also don't have resources to deal with all the backends possible, etc, etc. |
|
I see and how about to do this?
|
|
We may also reference your crate in |
Got it, i'll do it. Thanks a lot |
|
Seems that we depend on |
|
I hope soon-ish, but no ETA... |
changelogmodule if knowledge of this change could be valuable to usersThis is a re-implenment for OpenHarmony based with #4117 and main branch.I try to add basic implenment at first. And then i can add more documents and examples to explain the methods and codes.