Skip to content

Commit

Permalink
added split example code with scrolling to show operations is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed May 8, 2023
1 parent 439fb23 commit 37136fc
Show file tree
Hide file tree
Showing 2 changed files with 549 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/split_scroller/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[package]
name = "split_scroller"
version = "0.1.0"
authors = ["Kaiden42 <[email protected]>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
iced_aw = { workspace = true, features = ["split"] }
iced.workspace = true
once_cell = "1.17.1"
Loading

0 comments on commit 37136fc

Please sign in to comment.