Fully refactored project architecture, imports and etc.

This commit is contained in:
2024-03-10 12:35:02 +04:00
parent 55b2c4ec56
commit 54619cd3f9
31 changed files with 923 additions and 762 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "untitled"
name = "laboratory_works"
version = "0.1.0"
edition = "2021"
@@ -7,5 +7,5 @@ edition = "2021"
[dependencies]
bitvec = "1.0.1"
gtk4 = "0.7.3"
gtk4 = "0.8.1"
tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros"] }