Arrows.
Showing
- Cargo.lock 1 addition, 0 deletionsCargo.lock
- Cargo.toml 2 additions, 1 deletionCargo.toml
- src/cartoon.rs 1 addition, 1 deletionsrc/cartoon.rs
- src/component.rs 1 addition, 0 deletionssrc/component.rs
- src/component/arrow.rs 31 additions, 0 deletionssrc/component/arrow.rs
- src/component/grid.rs 23 additions, 7 deletionssrc/component/grid.rs
- src/fade_in.rs 15 additions, 0 deletionssrc/fade_in.rs
- src/slide/s4_automata.rs 110 additions, 5 deletionssrc/slide/s4_automata.rs
- src/slide/s5_fractals.rs 49 additions, 22 deletionssrc/slide/s5_fractals.rs
... | ... | @@ -7,4 +7,5 @@ edition = "2021" |
eframe = "0.17" | ||
egui_demo_lib = {git = "https://github.com/finnbear/egui", branch = "code_theme_font_size_3"} | ||
image = {version = "0.24", default-features = false, features=["png"]} | ||
rand = {version = "0.8"} | ||
\ No newline at end of file | ||
rand = "0.8" | ||
rand_chacha = "0.3" | ||
\ No newline at end of file |
src/component/arrow.rs
0 → 100644
Please register or sign in to comment