-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fix 0.12 template #101
Fix 0.12 template #101
Conversation
trying to build a project created with `amethyst new -a 0.12.0` would raise warnings about usused imports.
Codecov Report
@@ Coverage Diff @@
## master #101 +/- ##
=======================================
Coverage 94.11% 94.11%
=======================================
Files 3 3
Lines 34 34
=======================================
Hits 32 32
Misses 2 2 Continue to review full report at Codecov.
|
98: Add 0.13 template r=jojolepro a=0x6273 ~~Fixes warnings about unused imports in the 0.12 template, and adds a 0.13.2 template (identical to the 0.12 one).~~ Adds a 0.13 template. Some things were moved into a separate pr #101 as requested by a reviewer. Fixes #97 Co-authored-by: 0x40 <0x40@keemail.me>
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.
bors r+
Thanks!
101: Fix 0.12 template r=jojolepro a=0x6273 Fixes warnings about unused imports in the 0.12 template, and changes the asset path to "assets" instead of the root of the project dir. This was originally part of #98 but was moved to a separate pr as requested. Co-authored-by: 0x40 <0x40@keemail.me>
Build failed |
98: Add 0.13 template r=azriel91 a=0x6273 ~~Fixes warnings about unused imports in the 0.12 template, and adds a 0.13.2 template (identical to the 0.12 one).~~ Adds a 0.13 template. Some things were moved into a separate pr #101 as requested by a reviewer. Fixes #97 Co-authored-by: 0x40 <0x40@keemail.me>
👋 I'm closing all PRs and Issues since |
Fixes warnings about unused imports in the 0.12 template, and changes the asset path to "assets" instead of the root of the project dir. This was originally part of #98 but was moved to a separate pr as requested.