Reorganise examples.
This commit is contained in:
parent
28513b93e9
commit
c0d9d679db
|
@ -2,6 +2,6 @@
|
||||||
members = [
|
members = [
|
||||||
"typed-html",
|
"typed-html",
|
||||||
"macros",
|
"macros",
|
||||||
"wasm",
|
"examples/wasm",
|
||||||
"rocket"
|
"examples/rocket"
|
||||||
]
|
]
|
||||||
|
|
|
@ -4,6 +4,6 @@ version = "0.1.0"
|
||||||
authors = ["Bodil Stokke <bodil@bodil.org>"]
|
authors = ["Bodil Stokke <bodil@bodil.org>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
typed-html-macros = { path = "../macros" }
|
typed-html-macros = { path = "../../macros" }
|
||||||
typed-html = { path = "../typed-html" }
|
typed-html = { path = "../../typed-html" }
|
||||||
rocket = "0.4.0-rc.1"
|
rocket = "0.4.0-rc.1"
|
|
@ -4,6 +4,6 @@ version = "0.1.0"
|
||||||
authors = ["Bodil Stokke <bodil@bodil.org>"]
|
authors = ["Bodil Stokke <bodil@bodil.org>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
typed-html-macros = { path = "../macros" }
|
typed-html-macros = { path = "../../macros" }
|
||||||
typed-html = { path = "../typed-html" }
|
typed-html = { path = "../../typed-html" }
|
||||||
stdweb = "0.4.10"
|
stdweb = "0.4.10"
|
Loading…
Reference in New Issue