Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Switch to seed github master branch
  • Loading branch information
johan-smits authored Sep 4, 2021
commit 0e1b1da08673887076703e1e9234942f652e088d
22 changes: 11 additions & 11 deletions seed_styles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ description = "CSS Styling for Seed web apps"
license = "Apache-2.0 OR MIT"

[dependencies]
harsh = "^0.2.1"
harsh = "0.2.1"
seed_style_macros = { path = "./seed_style_macros" }
wasm-bindgen = "^0.2.76"
ordered-float = "^2.8.0"
anymap = "^0.12.1"
derive_more = "^0.99.16"
seed = "^0.8.0"
wasm-bindgen = "0.2.76"
ordered-float = "2.8.0"
anymap = "0.12.1"
derive_more = "0.99.16"
seed = { git = "https://github.com/seed-rs/seed.git" branch = "master"}
seed_hooks = { path = "../seed_hooks" }
objekt-clonable = "^0.2.2"
eager = "^0.1.0"
rust-hsluv = "^0.1.4"
objekt-clonable = "0.2.2"
eager = "0.1.0"
rust-hsluv = "0.1.4"

[dev-dependencies]
wasm-bindgen-test = "^0.3.26"
wasm-bindgen-test = "0.3.26"

[dependencies.web-sys]
version = "^0.3.53"
version = "0.3.53"
features = [
'HtmlElement',
"HtmlDocument",
Expand Down