Compare commits

...

2 Commits

Author SHA1 Message Date
Renovate Bot
d86bbc0eef fix(deps): update rust crate bincode to v3 2026-01-08 14:05:23 +00:00
42773a44d3 remove a few shaders from being selected 2026-01-08 15:01:57 +01:00
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ bytes = "1"
rocket_prost_responder_derive = { path = "rocket_prost_responder_derive" }
uuid = { version = "1.19.0", features = ["v4"] }
bcrypt = "0.17.1"
bincode = "2.0.1"
bincode = "3.0.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.12.24", features = ["json"] }

View File

@ -112,10 +112,10 @@ function App() {
const themes = [
{ id: "default", label: "Default", icon: "🏠" },
{ id: "blackhole", label: "Blackhole", icon: "🕳️" },
{ id: "star", label: "Star", icon: "⭐" },
{ id: "ball", label: "Ball", icon: "⚽" },
// { id: "star", label: "Star", icon: "⭐" },
// { id: "ball", label: "Ball", icon: "⚽" },
{ id: "reflect", label: "Reflect", icon: "🪞" },
{ id: "clouds", label: "Clouds", icon: "☁️" },
// { id: "clouds", label: "Clouds", icon: "☁️" },
{ id: "sakura", label: "Sakura", icon: "🌸" },
];