[lab5] Initial commit
This commit is contained in:
parent
d20a7e6bd5
commit
1f74d15cad
@ -4,6 +4,7 @@ members = [
|
|||||||
"lab2",
|
"lab2",
|
||||||
"lab3",
|
"lab3",
|
||||||
"lab4",
|
"lab4",
|
||||||
|
"lab5",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
15
lab5/Cargo.toml
Normal file
15
lab5/Cargo.toml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[package]
|
||||||
|
name = "bgtu-ai-5"
|
||||||
|
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
|
||||||
1
lab5/src/main.rs
Normal file
1
lab5/src/main.rs
Normal file
@ -0,0 +1 @@
|
|||||||
|
fn main() {}
|
||||||
Loading…
Reference in New Issue
Block a user