-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat: base paint flow #9
Conversation
Clippy help us to improve our Rust code. Could you fix it? 🙏 Run |
1. Support main thread only test and print message like what official print. 2. Add utils function to support image compare 3. Add a feature `main-thread-test` to individual those tests.
Codecov Report
@@ Coverage Diff @@
## master #9 +/- ##
===========================================
- Coverage 60.00% 47.74% -12.26%
===========================================
Files 16 22 +6
Lines 855 1552 +697
===========================================
+ Hits 513 741 +228
- Misses 342 811 +469
Continue to review full report at Codecov.
|
OSX code corverage block on rust-lang/rust#63047, so add ubuntu support advance
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self reviewed.
A cross platform canvas. Basic 2d support now.