We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97fca1 commit 3ddd98dCopy full SHA for 3ddd98d
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## bevy_mod_outline 0.10.1 (2025-06-05)
4
+
5
+### Fixed
6
+- Fixed outlining skinned meshes when storage buffers enabled.
7
+- Fixed flickering outlines when mesh not rendered with a material.
8
9
## bevy_mod_outline 0.10.0 (2025-05-15)
10
11
### Added
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bevy_mod_outline"
-version = "0.10.0"
+version = "0.10.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A mesh outlining plugin for Bevy."
0 commit comments