Skip to content

Commit

Permalink
feat(demo): Reconstruct it using gtk-rust-template
Browse files Browse the repository at this point in the history
The demo was recreated using gtk-rust-template and renamed to
origami-demo. This makes it more available for people who just want to
build it quickly and try it out. Maybe we could also publish it on
flathub at some point.
  • Loading branch information
marhkb committed Oct 3, 2023
1 parent 1fe648f commit fbc8ecd
Show file tree
Hide file tree
Showing 37 changed files with 1,191 additions and 63 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
target/
**/target/
**/.vscode
262 changes: 253 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]

members = [
"demo",
"origami"
]
"origami",
"origami-demo",
]
1 change: 0 additions & 1 deletion demo/.gitignore

This file was deleted.

Loading

0 comments on commit fbc8ecd

Please sign in to comment.