# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "emscripten_main_loop" version = "0.1.1" authors = ["Tobias Widlund "] description = "Main loop abstraction that works for both native and Emscripten builds. Gets around the issue of freezing up browser tabs when a naive main loop is used." readme = "README.md" keywords = ["emscripten", "wasm32", "main-loop"] categories = ["web-programming", "wasm"] license-file = "LICENSE-MIT" repository = "https://github.com/therocode/rust_emscripten_main_loop" [dependencies]