chore: Update Sycamore to 0.9.1 (#91)

Co-authored-by: Aaron Fenyes <aaron.fenyes@fareycircles.ooo>
Reviewed-on: StudioInfinity/dyna3#91
Co-authored-by: Vectornaut <vectornaut@nobody@nowhere.net>
Co-committed-by: Vectornaut <vectornaut@nobody@nowhere.net>
This commit is contained in:
Vectornaut 2025-06-26 22:11:02 +00:00 committed by Glen Whitney
parent e447e7ea96
commit 4cb3262555
3 changed files with 16 additions and 15 deletions

View file

@ -15,7 +15,7 @@ js-sys = "0.3.70"
lazy_static = "1.5.0"
nalgebra = "0.33.0"
readonly = "0.2.12"
sycamore = "0.9.0-beta.3"
sycamore = "0.9.1"
# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires