mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update dependencies
This commit is contained in:
parent
4388799b29
commit
765a24f331
2 changed files with 8 additions and 2 deletions
|
|
@ -22,3 +22,4 @@ features = ["v4_8"]
|
|||
[dependencies.adw]
|
||||
package = "libadwaita"
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue