Skip to content

Commit

Permalink
Editor GUI: Experiments with Yew
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-legion committed Jun 27, 2022
1 parent 096cf1d commit afdb5ea
Show file tree
Hide file tree
Showing 22 changed files with 2,782 additions and 38 deletions.
64 changes: 28 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[workspace]
members = ["crates/*", "examples/*", "tests/*", "build/*"]
exclude = ["build/env"]
# Editor gui is excluded because of https://github.com/tkaitchuck/aHash/issues/95
exclude = ["build/env", "crates/lgn-editor-gui"]
2 changes: 1 addition & 1 deletion crates/lgn-api-codegen/src/rust/templates/lib.rs.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ pub fn register_routes<
let router = {{ module_path|fmt_module_path }}::server::register_routes(router, server.clone());
{% endif %}
{% endfor %}
}
}
2 changes: 2 additions & 0 deletions crates/lgn-editor-gui/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/dist
/target
Loading

0 comments on commit afdb5ea

Please sign in to comment.