Skip to content

Commit

Permalink
Merge pull request #4 from matthunz/0.3.0-alpha.2
Browse files Browse the repository at this point in the history
Publish v0.3.0-alpha.2
  • Loading branch information
matthunz committed Aug 31, 2024
2 parents 58e12ce + cf87822 commit 06a3957
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 25 deletions.
37 changes: 18 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dioxus-material"
description = "Animation library for Dioxus"
version = "0.3.0-alpha.1"
version = "0.3.0-alpha.2"
edition = "2021"
license = "MIT OR Apache-2.0"

Expand All @@ -12,12 +12,12 @@ members = [
]

[dependencies]
dioxus = "0.6.0-alpha.1"
dioxus-use-mounted = "0.3.0-alpha.1"
dioxus-spring = "0.3.0-alpha.1"
dioxus-resize-observer = "0.3.0-alpha.1"
dioxus = "0.6.0-alpha.2"
dioxus-use-mounted = "0.3.0-alpha.3"
dioxus-spring = "0.3.0-alpha.3"
dioxus-resize-observer = "0.3.0-alpha.3"
log = "0.4.22"
dioxus-logger = "0.5.1"

[dev-dependencies]
dioxus = { version = "0.6.0-alpha.1", features = ["web"] }
dioxus = { version = "0.6.0-alpha.2", features = ["web"] }

0 comments on commit 06a3957

Please sign in to comment.