Skip to content

Commit ee789ec

Browse files
mtjhrcslp
authored andcommitted
Add examples/krun_gtk_display reference implementation crate
Add a reference implementation of the new display API using GTK, consumable as a rust crate. Eventually we may also publish this on crates.io Signed-off-by: Matej Hrica <[email protected]>
1 parent 7152eae commit ee789ec

File tree

9 files changed

+2820
-0
lines changed

9 files changed

+2820
-0
lines changed

examples/Cargo.lock

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

examples/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[workspace]
2+
members = ["krun_gtk_display"]
3+
resolver = "2"

0 commit comments

Comments
 (0)