Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Oct 22, 2024
1 parent 1e87b8f commit 05af456
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bevy_gaussian_splatting"
description = "bevy gaussian splatting render pipeline plugin"
version = "2.7.1"
version = "2.7.2"
edition = "2021"
authors = ["mosure <[email protected]>"]
license = "MIT"
Expand Down
1 change: 0 additions & 1 deletion viewer/viewer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ use bevy_panorbit_camera::{
use bevy_gaussian_splatting::{
GaussianCamera,
GaussianCloud,
GaussianMode,
GaussianCloudSettings,
GaussianSplattingBundle,
GaussianSplattingPlugin,
Expand Down

0 comments on commit 05af456

Please sign in to comment.