This commit is contained in:
Lucas Schwiderski 2023-01-18 21:44:18 +01:00
parent a25a6b2917
commit c5425e8fc2
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8
3 changed files with 12 additions and 0 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "lib/serde_sjson"]
path = lib/serde_sjson
url = git@git.sclu1034.dev:lucas/serde_sjson.git
[submodule "lib/druid-widget-extra"]
path = lib/druid-widget-extra
url = git@git.sclu1034.dev:lucas/druid-widget-extra.git

8
Cargo.lock generated
View file

@ -632,6 +632,14 @@ dependencies = [
"wio",
]
[[package]]
name = "druid-widget-extra"
version = "0.1.0"
dependencies = [
"druid",
"tracing",
]
[[package]]
name = "dtmm"
version = "0.1.0"

@ -0,0 +1 @@
Subproject commit fd069ccf62af95bbbe204283e79cab1eeb83ecf1