Skip to content
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

Bump quicksilver from 0.3.20 to 0.4.0 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps quicksilver from 0.3.20 to 0.4.0.

Release notes

Sourced from quicksilver's releases.

The 0.4.0-alpha0.3 release

  • Update golem to v0.1.1 to fix non-power-of-2 textures
  • impl std::iter::Sum for geom::Vector
  • Implement std::ops::MulAssign, std::ops::AddAssign, and std::ops::SubAssign for Transforms.
  • Addition and subtraction of Tranforms supported to help with easing function calculations
  • Added an example with loading progress bar
  • Add Timer struct to help timing draw calls and a consistent update cycle
  • Add exhaust and reset function to timer so they can be used for more than just an update cycle
  • lifecycle::run can now accept any kind of Error.
  • Add into_raw_context on Graphics, to allow lower-level graphics programming
  • Add font support!
    • VectorFont allows you to load TTF files via rusttype
    • FontRenderer allows you to draw glyphs to the screen
Changelog

Sourced from quicksilver's changelog.

v0.4.0

  • Derive Debug and Clone on Timer
  • Apply the inverse of set_view in screen_to_camera
  • Updated status to passively-maintained

v0.4.0-alpha0.7

  • Remove stray calls to dbg!

v0.4.0-alpha0.6

  • Do not crash if logging is already initalized
  • Add optional dependency on serde, when enabled it adds the Serialize and Deserialize traits to Circle, Vector and Rectangle
  • Fix a bug where text extents were improperly reported
  • [BREAKING] Remove set_viewport, fit_to_surface, and fit_to_window; the viewport is now set automatically
  • [BREAKING] Remove flush(Option<Surface>) in favor of flush_surface and flush_window
  • [BREAKING] Remove Graphics::set_projection in favor of Graphics::set_view
  • [BREAKING] Remove transform_for_size and projection from ResizeHandler, in favor of Graphics::set_resize_handler
  • Add the set_camera_size to Graphics to manage the new virtual camera abstraction
  • Add screen_to_camera to Graphics for mapping the mouse position to the camera space
  • Fix images failing to draw when their destructors run before they are flushed

v0.4.0-alpha0.5

  • Fix Timer::remaining returning the time until next tick, instead of returning how late the tick is.
  • Add methods to Timer: late_by, period, and elapsed
  • [BREAKING] Remove Scalar and replace it with f32
  • [BREAKNNG] Remove all uses of impl Into<Vector> in the public API
  • Deprecate Line, Triangle, and a handful of Shape methods
  • [BREAKING] Automatically re-set the viewport to the size of the window when present is called
  • Actually add ResizeHandler to help with maintaing the same aspect ratio when the screen size changes

v0.4.0-alpha0.4

  • Fix compile issues with font-related features
  • [BREAKING] Replace 'lifecycle' module with 'input' module:
    • [BREAKING] Rename EventStream to Input
    • Integrate the input state cache directly into Input
    • [BREAKING] The blinds::Window struct and the Event enums are now wrapped with methods that use quicksilver::geom::Vector instead of mint::Vector2
  • Implement From instead of Into for some types

v0.4.0-alpha0.3

  • Update golem to v0.1.1 to fix non-power-of-2 textures
  • impl std::iter::Sum for geom::Vector
  • Implement std::ops::MulAssign, std::ops::AddAssign, and std::ops::SubAssign for Transforms.
  • Addition and subtraction of Tranforms supported to help with easing function calculations
  • Added an example with loading progress bar
  • Add Timer struct to help timing draw calls and a consistent update cycle
  • Add exhaust and reset function to timer so they can be used for more than just an update cycle
  • lifecycle::run can now accept any kind of Error.
  • Add into_raw_context on Graphics, to allow lower-level graphics programming
  • Add font support!
    • VectorFont allows you to load TTF files via rusttype
    • FontRenderer allows you to draw glyphs to the screen
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants