Skip to content

Update kiss3d requirement from 0.35 to 0.42#169

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/kiss3d-0.42
Closed

Update kiss3d requirement from 0.35 to 0.42#169
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/kiss3d-0.42

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on kiss3d to permit the latest version.

Changelog

Sourced from kiss3d's changelog.

v0.42.0

Breaking Changes

  • Bumped glamx dependency: 0.2 → 0.3. (#384)

New Features

Off-screen Rendering (#382)

  • Added OffscreenSurface: a truly headless render target with no window and no event loop — works on CI, servers and other environments without a display server (native only).
    • OffscreenSurface::new(width, height) / with_setup(width, height, CanvasSetup)
    • render_3d / render_2d / render — share the same scene graph, cameras, lights and materials as Window
    • render_image_3d — render a frame and capture it in one call
    • snap, snap_rect, snap_image, resize, size, width, height, set_background_color
  • Hidden windows (Window::new_hidden*) now render into an off-screen texture, so snap* and the recording feature work on them too. (#381)
  • Added the offscreen example.

Bug Fixes

  • Fixed the first frame occasionally failing to render. A freshly created window — particularly on macOS — may need the event loop to be pumped a few times before its surface becomes presentable; surface acquisition now retries during a short startup grace period before giving up, then skips transient failures immediately on subsequent frames. (#381)
  • Ensured the selected surface format is supported by the device features. (#379)
  • Replaced stray println! / eprintln! calls in the rendering path and the OBJ/MTL loaders with log macros. (#381)

v0.41.0

Breaking Changes

  • Removed the parry feature flag and parry3d dependency to avoid circular dependencies when publishing. SceneNode3d::trimesh/add_trimesh and MeshManager3d::add_trimesh now take (Vec<Vec3>, Vec<[u32; 3]>, ...) instead of a parry3d::shape::TriMesh. The From<TriMesh> for RenderMesh conversion and the parry3d re-export are removed.
  • CanvasSetup no longer implements Copy (now contains a String field) and has a new required field canvas_id: String. Use ..Default::default() to fill it in. (#372)
  • FixedView2d::new() now takes (CoordinateSystem2d, bool) parameters instead of no arguments. Use FixedView2d::default() for the previous behavior. (#354)
  • Removed the decomp example (depended on parry).
  • Bumped dependencies: wgpu 27 → 29, glamx 0.1 → 0.2, egui/egui-wgpu 0.33 → 0.34, getrandom 0.3 → 0.4, oneshot 0.1 → 0.2, rand (dev) 0.9 → 0.10.

New Features

  • FixedView2d: added CoordinateSystem2d enum with CenterUp (default, unchanged) and TopLeftDown (top-left origin, Y-down) coordinate systems, and a configurable apply_hidpi flag. (#354)
  • Added new dda_raycast2d example demonstrating 2D ray casting with the top-left coordinate system. (#354)
  • Window::new_with_window_attributes(): create a window from a winit::window::WindowAttributes for fine-grained control. (#364)
  • Window::new_hidden_with_size(): create a hidden window with custom dimensions. (#365)
  • Window::rebind_close_key() / rebind_close_modifiers(): customize or disable the window-close keybinding (default: Escape). (#367)
  • PanZoomCamera2d: added zoom_step() / set_zoom_step() (#362), and rebind_drag_modifier() / rebind_zoom_modifier() for modifier-gated drag and zoom. (#360)
  • OrbitCamera3d: added fov() / set_fov(). (#361)
  • Implemented Default for CanvasSetup. (#372)

v0.40.0

Breaking Changes

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [kiss3d](https://github.com/dimforge/kiss3d) to permit the latest version.
- [Changelog](https://github.com/dimforge/kiss3d/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dimforge/kiss3d/commits/v0.42.0)

---
updated-dependencies:
- dependency-name: kiss3d
  dependency-version: 0.42.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 25, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #170.

@dependabot dependabot Bot closed this Jun 1, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/kiss3d-0.42 branch June 1, 2026 04:28
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants