chore: inherit grass from virtual manifest
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I89cef078ccd7682308292996b5d527636a6a6964
This commit is contained in:
parent
422e21aaf1
commit
310690ca67
2 changed files with 10 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue