diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c83f0fa..3290d48 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "scorebench", - "version": "0.3.1", + "version": "0.3.2", "identifier": "com.talkincode.scorebench", "build": { "beforeDevCommand": "npm run dev", diff --git a/src/lib/components/SpectrumView.svelte b/src/lib/components/SpectrumView.svelte index 251ca70..89c6d97 100644 --- a/src/lib/components/SpectrumView.svelte +++ b/src/lib/components/SpectrumView.svelte @@ -1,11 +1,14 @@
- {#key glKey} - - {/key} + {#each threeStyles as threeStyle (threeStyle.id)} + + {/each}