Skip to content

Commit

Permalink
fix: web args
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed May 15, 2024
1 parent a8c5a0e commit f3cb371
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions 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.1.0"
version = "2.1.1"
edition = "2021"
authors = ["mosure <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -77,7 +77,7 @@ noise = []
f32 = []
f16 = ["half"]

precompute_covariance_3d = [] # TODO: disable on main binary
precompute_covariance_3d = []

packed = []
planar = []
Expand Down Expand Up @@ -124,7 +124,6 @@ web = [
"io_flexbuffers",
"io_ply",
"planar",
"precompute_covariance_3d",
"sort_std",
"viewer",
"webgpu",
Expand Down

0 comments on commit f3cb371

Please sign in to comment.