[#157] base setup web backend.
Showing
... | ... | @@ -33,7 +33,6 @@ orbclient = "0.3.21" |
[dependencies] | ||
orbtk-structs = { version = "0.1.0", path = "crates/structs" } | ||
orbtk-css-engine = { version = "0.1.0", path = "crates/css-engine" } | ||
cssparser = "0.17.0" | ||
lazy_static = "1.3.0" | ||
# dces = { path = "../dces-rust"} | ||
dces = { git = "https://gitlab.redox-os.org/redox-os/dces-rust.git" } | ||
... | ... | @@ -41,4 +40,9 @@ dces = { git = "https://gitlab.redox-os.org/redox-os/dces-rust.git" } |
orbgl_api = { git = "https://gitlab.redox-os.org/redox-os/orbgl.git" } | ||
# orbgl = { path = "../orbgl/orbgl" } | ||
[workspace] | ||
\ No newline at end of file | ||
[workspace] | ||
members = [ | ||
"crates/css-engine", | ||
"crates/structs", | ||
"crates/web-window" | ||
] | ||
\ No newline at end of file |
src/backend/web/mod.rs
0 → 100644
Please register or sign in to comment