Initial flake for IP-Checker-GUI
This commit is contained in:
commit
58b9af97da
8 changed files with 1976 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "IP-Checker-GUI"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
gtk4 = "0.8.1"
|
||||
relm4 = "0.8.1"
|
||||
tracker = "0.2.1"
|
||||
chrono = "0.4.34"
|
||||
relm4-components = "0.8.1"
|
||||
relm4-icons = "0.8.2"
|
||||
rand = "0.9.0-alpha.1"
|
Loading…
Add table
Add a link
Reference in a new issue