Implementing Element in web-sys (#508)

This commit is contained in:
Jonathan Kingston
2018-07-19 16:46:26 +01:00
committed by Alex Crichton
parent e99c6b7c61
commit 4013fd90a7
4 changed files with 99 additions and 2 deletions

View File

@ -4,6 +4,7 @@ use project_builder::{project, Project};
mod event;
mod headers;
mod response;
mod element;
fn websys_project() -> Project {
project()