eulumdat-bevy 0.6.0

3D scene viewer for photometric data using Bevy game engine
Documentation
1
2
3
4
5
6
7
8
9
10
[build]
# Disable subresource integrity hashes (causes issues when embedded in iframe)
no_sri = true
# Use relative paths so it works in /bevy/ subfolder
public_url = "./"
# Enable standalone feature for WASM builds (enables localStorage sync)
features = ["standalone"]

[watch]
ignore = ["./dist"]