Skip to content

Commit 72bb33b

Browse files
v0.1.4
1 parent ba38227 commit 72bb33b

File tree

203 files changed

+7308
-350
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+7308
-350
lines changed

Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ux-animate"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Victor Dudochkin <dudochkin.victor@gmail.com>"]
55
readme = "README.md"
66
homepage = "https://angular-rust.github.io/ux-animate"
@@ -30,12 +30,11 @@ lazy_static = "1.4"
3030
serde = "1.0.123"
3131
serde_json = "1.0.62"
3232
bytes = "1.0.1"
33+
float-cmp = { version = "0.5", default-features = false }
3334
ruex = "0.1.1"
3435
tiny-skia = "0.5.1"
35-
36-
[dependencies.ux-primitives]
37-
version = "0.1"
38-
features = [ "canvas" ]
36+
ux-primitives = "0.1.3"
37+
rand = "0.8"
3938

4039
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
4140
libc = "0.2"

src/backend/mod.rs

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)