(chore) Add support for .scss and tailwindcss

This commit is contained in:
KingRainbow44
2023-11-27 12:14:22 -05:00
parent b9015d140c
commit 91cb38c837
9 changed files with 94 additions and 23 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -501,7 +501,7 @@ dependencies = [
[[package]]
name = "cultivation"
version = "0.0.0"
version = "2.0.0"
dependencies = [
"serde",
"serde_json",

View File

@@ -1,10 +1,10 @@
[package]
name = "cultivation"
version = "0.0.0"
description = "A Tauri App"
authors = ["you"]
license = ""
repository = ""
version = "2.0.0"
description = "Anime game launcher"
authors = ["KingRainbow44", "SpikeHD"]
license = "MIT"
repository = "https://github.com/Grasscutters/Cultivation"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -36,9 +36,9 @@
{
"fullscreen": false,
"resizable": true,
"title": "cultivation",
"width": 800,
"height": 600
"title": "Cultivation",
"width": 1280,
"height": 730
}
]
}