mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 23:54:48 +01:00
(chore) Add support for .scss and tailwindcss
This commit is contained in:
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -501,7 +501,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cultivation"
|
||||
version = "0.0.0"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -36,9 +36,9 @@
|
||||
{
|
||||
"fullscreen": false,
|
||||
"resizable": true,
|
||||
"title": "cultivation",
|
||||
"width": 800,
|
||||
"height": 600
|
||||
"title": "Cultivation",
|
||||
"width": 1280,
|
||||
"height": 730
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user