[package] name = "xloop_wasm" version = "0.1.1" edition = "2021" license = "MIT" repository = "https://gitee.com/mindbox/xloop" description = "wasm impl for xloop." [lib] path = "lib.rs" [dependencies] log = "0.4" thunderdome = "0.6" xloop_types = { version = "0.1", path = "../types" } console_log = "1.0" wasm-bindgen = "0.2" web-sys = { version = "0.3", features = [ "CssStyleDeclaration", "Performance", "Window", "Document", "Element", "HtmlElement", "HtmlImageElement", "HtmlCanvasElement", "Event", "EventTarget", "MouseEvent", "WheelEvent", "FocusEvent", "KeyboardEvent", "CompositeOperation", "CompositionEvent", "ResizeObserver", "ResizeObserverBoxOptions", "ResizeObserverEntry", "ResizeObserverOptions", "ResizeObserverSize", ] }