Skip to content

Commit

Permalink
14 rework (#16)
Browse files Browse the repository at this point in the history
* readme update include logo
* formating and import updates
* PreDefined are now in Frames
* include Bar in new method
* examples updated to work with the api changes
* added lazy_static
* rework after merging PreDefined into Frames and renaming get_uid to get_last (since it gets the last created uid)
* docs updates
* added public color mod removed unused code
* reworked frames mod for easier data managment
* readme improvements (included contribution guidelines)
  • Loading branch information
Arteiii authored Apr 9, 2024
1 parent 51cd2b9 commit 473f44f
Show file tree
Hide file tree
Showing 27 changed files with 829 additions and 1,685 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
target/release/examples/basic.exe
target/release/examples/all.exe
target/release/examples/multi_spinner.exe
target/release/examples/progress.exe
build_unix:
Expand Down Expand Up @@ -62,6 +63,7 @@ jobs:
target/release/examples/basic
target/release/examples/all
target/release/examples/multi_spinner
target/release/examples/progress
release:
needs: [build_windows, build_unix]
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/target

.idea/

Cargo.lock
Loading

0 comments on commit 473f44f

Please sign in to comment.