rust-dominator/examples/animation/Cargo.toml

14 lines
308 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>"]
[dependencies]
dominator = { path = "../.." }
futures-signals = "0.1.0"
2018-03-15 06:54:18 -04:00
[dependencies.stdweb]
version = "0.4.0"
#path = "../../../stdweb"
2018-03-15 06:54:18 -04:00
features = ["experimental_features_which_may_break_on_minor_version_bumps"]