[lab4] Initial commit
This commit is contained in:
parent
f7d95b6e98
commit
9243aa4399
@ -2,7 +2,8 @@
|
|||||||
members = [
|
members = [
|
||||||
"lab1",
|
"lab1",
|
||||||
"lab2",
|
"lab2",
|
||||||
"lab3"
|
"lab3",
|
||||||
|
"lab4",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
15
lab4/Cargo.toml
Normal file
15
lab4/Cargo.toml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[package]
|
||||||
|
name = "bgtu-ai-4"
|
||||||
|
edition = "2024"
|
||||||
|
|
||||||
|
[lints]
|
||||||
|
workspace = true
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
rand = "0.9.2"
|
||||||
|
eframe = { version = "0.33.3", default-features = false, features = ["default_fonts", "glow"] }
|
||||||
|
egui_extras = { version = "0.33.3" }
|
||||||
|
|
||||||
|
[profile.dev.package.eframe]
|
||||||
|
opt-level = 2
|
||||||
|
debug = true
|
||||||
0
lab4/src/main.rs
Normal file
0
lab4/src/main.rs
Normal file
Loading…
Reference in New Issue
Block a user