chore: inherit grass from virtual manifest

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I89cef078ccd7682308292996b5d527636a6a6964
This commit is contained in:
raf 2026-03-22 15:25:00 +03:00
commit 310690ca67
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 10 additions and 9 deletions

View file

@ -4,6 +4,12 @@ edition.workspace = true
version.workspace = true
license.workspace = true
[features]
default = ["web"]
web = ["dioxus/web"]
desktop = ["dioxus/desktop"]
mobile = ["dioxus/mobile"]
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
@ -30,14 +36,8 @@ urlencoding = { workspace = true }
pinakes-plugin-api = { workspace = true }
rustc-hash = { workspace = true }
[build-dependencies]
grass = { workspace = true }
[lints]
workspace = true
[features]
default = ["web"]
web = ["dioxus/web"]
desktop = ["dioxus/desktop"]
mobile = ["dioxus/mobile"]
[build-dependencies]
grass = "0.13"