flutter-engine 0.2.1

Flutter engine embedder in rust
Documentation
# 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]
name = "flutter-engine"
version = "0.2.1"
authors = ["juju <gliheng@foxmail.com>"]
description = "Flutter engine embedder in rust"
readme = "crates-io.md"
keywords = ["flutter", "GUI"]
license = "MIT"
repository = "https://github.com/gliheng/flutter-rs"
[dependencies.futures]
version = "0.1.25"

[dependencies.gl]
version = "0.11.0"

[dependencies.glfw]
version = "0.25.0"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.libc]
version = "0.2.44"

[dependencies.log]
version = "0.4.6"

[dependencies.serde]
version = "1.0.81"

[dependencies.serde_derive]
version = "1.0.81"

[dependencies.serde_json]
version = "1.0.33"

[dependencies.tinyfiledialogs]
version = "3.3.5"

[dependencies.tokio]
version = "0.1.13"