Skip to content

Commit df12fd6

Browse files
committed
feat(demo): Reconstruct it using gtk-rust-template
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.
1 parent 1fe648f commit df12fd6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1226
-62
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
target/
1+
**/target/
2+
**/.vscode

Cargo.lock

Lines changed: 253 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace]
22

33
members = [
4-
"demo",
5-
"origami"
6-
]
4+
"origami",
5+
"origami-demo",
6+
]

demo/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)