rust-dominator/examples/stdweb/animation/Cargo.toml

15 lines
337 B
TOML
Raw Normal View History

2018-03-15 06:54:18 -04:00
[package]
name = "animation"
version = "0.1.0"
authors = ["Pauan <pcxunlimited@gmail.com>"]
2018-12-21 06:29:44 -05:00
edition = "2018"
2018-03-15 06:54:18 -04:00
[dependencies]
2019-03-15 06:07:14 -04:00
dominator = { path = "../../.." }
2018-12-21 06:29:44 -05:00
futures-signals = "0.3.0"
2018-10-25 05:53:18 -04:00
futures-preview = "0.3.0-alpha.9"
2018-03-15 06:54:18 -04:00
[dependencies.stdweb]
2018-10-25 05:53:18 -04:00
version = "0.4.10"
2018-03-15 06:54:18 -04:00
features = ["experimental_features_which_may_break_on_minor_version_bumps"]