feat: implement split rendering for smooth layer rotation, bump version to 0.0.3
All checks were successful
Deploy to Production / deploy (push) Successful in 12s

This commit is contained in:
2026-02-15 23:28:58 +01:00
parent 4335938956
commit 9c9a165679
9 changed files with 649 additions and 270 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "rubic-cube",
"private": true,
"version": "0.0.1",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
@@ -11,6 +11,7 @@
"dependencies": {
"@gkucmierz/utils": "^1.28.3",
"lucide-vue-next": "^0.564.0",
"matrix-js": "^1.8.0",
"vue": "^3.5.13"
},
"devDependencies": {