WIP
This commit is contained in:
parent
a25a6b2917
commit
c5425e8fc2
3 changed files with 12 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
||||||
[submodule "lib/serde_sjson"]
|
[submodule "lib/serde_sjson"]
|
||||||
path = lib/serde_sjson
|
path = lib/serde_sjson
|
||||||
url = git@git.sclu1034.dev:lucas/serde_sjson.git
|
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
8
Cargo.lock
generated
|
@ -632,6 +632,14 @@ dependencies = [
|
||||||
"wio",
|
"wio",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "druid-widget-extra"
|
||||||
|
version = "0.1.0"
|
||||||
|
dependencies = [
|
||||||
|
"druid",
|
||||||
|
"tracing",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dtmm"
|
name = "dtmm"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
1
lib/druid-widget-extra
Submodule
1
lib/druid-widget-extra
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit fd069ccf62af95bbbe204283e79cab1eeb83ecf1
|
Loading…
Add table
Reference in a new issue