-
Notifications
You must be signed in to change notification settings - Fork 4
Enables recursive asset compression and path preservation #7
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?
Changes from 4 commits
2eab7af
385fdf9
75ec0c3
fd65657
0fb5e09
3722eb7
ab2cf75
71239f7
ef58230
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| [workspace] | ||
| resolver = "2" | ||
|
|
||
| members = [ | ||
| members = [ | ||
| "edge-frame", | ||
| "kitchen-sink", | ||
| ] | ||
|
|
@@ -12,3 +12,12 @@ opt-level = "s" | |
| [profile.dev] | ||
| debug = true # Symbols are nice and they don't increase the size on Flash | ||
| opt-level = "z" | ||
|
|
||
| [workspace.dependencies] | ||
| yewdux-middleware = { git="https://github.com/DaneSlattery/yewdux-middleware.git" , branch="dms_anymap"} | ||
| yewdux = {version = "*",default-features = false} | ||
| yew={version = "0.22.0", default-features = false} | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nit: put spaces around "="
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. done |
||
| yew-router = { version = "0.19.0"} | ||
|
|
||
| [patch.crates-io] | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this still necessary? I really hope not, or else how are we supposed to release this stuff? Please explain.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This particular patch is due to:
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure how it affects releasability
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. looks like there is some movement there at least
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Where?
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah I see, pretty impressive wielding of the copilot , but hopefully not needed
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Okay I fixed it |
||
| yewdux = {git="https://github.com/orzklv/yewdux.git",branch = "master"} | ||
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.
Please use the just-released yewdux-middleware 0.4.0
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.
done