| 36 |
36 |
|
makeover-geometry = "0.7"
|
| 37 |
37 |
|
# Only to write its selection and clock scripts into the frontend. Those two are
|
| 38 |
38 |
|
# the whole of `frontend/js/` since the swap.
|
| 39 |
|
- |
quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.103" }
|
|
39 |
+ |
quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.104" }
|
| 40 |
40 |
|
|
| 41 |
41 |
|
[dependencies]
|
| 42 |
42 |
|
goingson-core = { workspace = true }
|
| 54 |
54 |
|
# dependency's source even with the feature off -- so a public clone could not
|
| 55 |
55 |
|
# build at all against a URL it could not reach. quasi went public that day and
|
| 56 |
56 |
|
# the URL moved here with it.
|
| 57 |
|
- |
quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.103" }
|
| 58 |
|
- |
quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.103" }
|
| 59 |
|
- |
quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.103" }
|
| 60 |
|
- |
quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.103" }
|
|
57 |
+ |
quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.104" }
|
|
58 |
+ |
quasi-http = { git = "https://makenot.work/git/max/quasi.git", version = "0.104" }
|
|
59 |
+ |
quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.104" }
|
|
60 |
+ |
quasi-tauri = { git = "https://makenot.work/git/max/quasi.git", version = "0.104" }
|
| 61 |
61 |
|
quasi-declare = { git = "https://makenot.work/git/max/quasi.git", version = "0.1" }
|
| 62 |
62 |
|
|
| 63 |
63 |
|
# The notification declaration, and it is NOT behind the `quasi` feature: the
|
| 70 |
70 |
|
# so an app wanting eight lines over `tauri-plugin-notification` had to link the
|
| 71 |
71 |
|
# whole description stack for them. quasicoherent `c231ff13` moved it here,
|
| 72 |
72 |
|
# where the `Deliver` trait it implements already lives.
|
| 73 |
|
- |
quasi-notifs = { git = "https://makenot.work/git/max/quasi.git", version = "0.103", features = ["synckit", "describe", "tauri"] }
|
|
73 |
+ |
quasi-notifs = { git = "https://makenot.work/git/max/quasi.git", version = "0.104", features = ["synckit", "describe", "tauri"] }
|
| 74 |
74 |
|
|
| 75 |
75 |
|
# Tauri
|
| 76 |
76 |
|
tauri = { workspace = true, features = ["image-png", "devtools"] }
|