feat: animation on launch and proper close

This commit is contained in:
Nova
2022-11-27 22:04:12 -05:00
parent 4d170bc8b9
commit a1bcdc4228
4 changed files with 146 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "protostar"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
[dependencies]
@@ -8,7 +8,9 @@ anyhow = "1.0.66"
glam = { version = "0.22.0", features = ["mint"] }
manifest-dir-macros = "0.1.16"
mint = "0.5.9"
nix = "0.25.0"
rustc-hash = "1.1.0"
stardust-xr-molecules = "0.5.2"
tokio = { version = "1.22.0", features = ["full"] }
tween = "1.0.1"
ustr = "0.9.0"