gpui: Add example for uniform_list
(#17421)
GPUI: Add example for `uniform_list` - Added example for `uniform_list` - Run `cargo run --example uniform_list` to fire up the example - https://github.com/user-attachments/assets/bb554fbc-c097-4ce5-8077-782dc4c5c398 Release Notes: - N/A https://github.com/user-attachments/assets/bb554fbc-c097-4ce5-8077-782dc4c5c398 --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
This commit is contained in:
parent
eecff753fb
commit
94b6d06a72
2 changed files with 47 additions and 0 deletions
|
@ -192,3 +192,7 @@ path = "examples/text_wrapper.rs"
|
|||
[[example]]
|
||||
name = "opacity"
|
||||
path = "examples/opacity.rs"
|
||||
|
||||
[[example]]
|
||||
name = "uniform_list"
|
||||
path = "examples/uniform_list.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue