This repository has been archived on 2025-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
2023-09-17 20:21:14 +03:00
|
|
|
[package]
|
2024-08-16 22:26:09 +03:00
|
|
|
name = "AIT"
|
2023-09-17 20:21:14 +03:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-08-19 13:14:39 +03:00
|
|
|
adw = { version = "0.7.0", package = "libadwaita"}
|
2024-02-06 22:35:52 +03:00
|
|
|
bitvec = "1.0.1"
|
2024-08-16 12:52:42 +03:00
|
|
|
gio = { version = "0.20.0", features = ["v2_74"] }
|
2024-08-18 20:29:38 +03:00
|
|
|
gtk = { version = "0.9.0", package = "gtk4", features = ["v4_12"] }
|
2024-07-29 00:10:06 +03:00
|
|
|
tokio = { version = "1.39.2", features = ["rt", "time", "rt-multi-thread", "macros", "sync"] }
|
2024-08-19 13:14:39 +03:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
winres = "0.1"
|