splits components into more managable chunks #8

Merged
tristonarmstrong merged 4 commits from 1-split_components into main 2024-03-17 20:28:27 +00:00
3 changed files with 12 additions and 12 deletions
Showing only changes of commit 380429a93b - Show all commits

20
src-tauri/Cargo.lock generated
View File

@ -2,16 +2,6 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "KlectrRadio"
version = "0.1.0"
dependencies = [
"serde",
"serde_json",
"tauri",
"tauri-build",
]
[[package]]
name = "addr2line"
version = "0.21.0"
@ -1378,6 +1368,16 @@ dependencies = [
"treediff",
]
[[package]]
name = "klectr_radio"
version = "0.1.0"
dependencies = [
"serde",
"serde_json",
"tauri",
"tauri-build",
]
[[package]]
name = "kuchikiki"
version = "0.8.2"

View File

@ -1,5 +1,5 @@
[package]
name = "KlectrRadio"
name = "klectr_radio"
version = "0.1.0"
description = "Your own personal radio app for Klecting the stations you love"
authors = ["you"]

View File

@ -46,7 +46,7 @@
"bundle": {
"active": true,
"targets": "all",
"identifier": "com.big-word.dev",
"identifier": "com.KlectrRadio.dev",
"icon": [
"icons/32x32.png",
"icons/128x128.png",