examples: insert sdl2_demo

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2021-03-10 09:19:14 +01:00
parent abe56741e8
commit 2b4eb454cc
2 changed files with 46 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ maud = { version = "~0.22.1" }
#orbtk = { git = "https://github.com/redox-os/orbtk.git", branch = "develop" }
orbtk = { path = "../../../orbtk" }
serde = { version = "~1.0", features = ["derive"] }
sdl2 = { version = "~0.34" }
substring = { version = "~1" }
#tokio = { version = "~0.2", features = ["macros", "rt-threaded", "stream", "time"] }
tracing = { version = "~0.1" }