Skip to content

Update kiss3d requirement from 0.35 to 0.41#164

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/kiss3d-0.41
Open

Update kiss3d requirement from 0.35 to 0.41#164
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/kiss3d-0.41

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Updates the requirements on kiss3d to permit the latest version.

Changelog

Sourced from kiss3d's changelog.

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

  • Switched to parry 0.26.0.

SceneNode3d and SceneNode2d: Recursive vs Non-Recursive Methods

Methods that previously modified both a node and all its descendants now only modify the current node. Use the new _recursive suffix variants for the previous behavior.

Renamed methods (now non-recursive by default):

SceneNode3d:

  • set_material, set_material_with_name
  • set_color, set_texture, set_texture_from_file, set_texture_from_memory, set_texture_with_name
  • set_lines_width, set_lines_color, set_points_size, set_points_color
  • set_surface_rendering_activation, enable_backface_culling
  • set_local_scale, set_visible
  • set_metallic, set_roughness, set_emissive
  • set_normal_map, set_normal_map_from_file, set_normal_map_from_memory, set_normal_map_with_name
  • set_ao_map, set_ao_map_from_file, set_ao_map_from_memory, set_ao_map_with_name
  • set_emissive_map, set_emissive_map_from_file, set_emissive_map_from_memory, set_emissive_map_with_name
  • modify_vertices, read_vertices, recompute_normals, modify_normals, read_normals
  • modify_uvs, read_uvs, modify_faces, read_faces

SceneNode2d:

  • set_material, set_material_with_name

... (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.41.0)

---
updated-dependencies:
- dependency-name: kiss3d
  dependency-version: 0.41.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 Apr 6, 2026
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