1
0
mirror of https://github.com/YGGverse/Yoda.git synced 2025-03-13 06:01:21 +00:00

update dependencies

This commit is contained in:
yggverse 2024-10-10 22:26:09 +03:00
parent 4388799b29
commit 765a24f331
2 changed files with 8 additions and 2 deletions

@ -21,4 +21,5 @@ features = ["v4_8"]
[dependencies.adw]
package = "libadwaita"
version = "0.7.0"
version = "0.7.0"
features = ["v1_4"]

@ -10,7 +10,12 @@ Rust / GTK 4 implementation
### Dependencies
Use [rustup](https://rustup.rs) to install and setup latest Rust compiler and package manager:
Make sure system support:
* GTK 4.8+
* Libadwaita 1.4+
Use [rustup installer](https://rustup.rs) to setup latest Rust compiler and package manager:
``` bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh