Skip to content

Commit

Permalink
Bump to v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiSugiura committed Dec 17, 2022
1 parent 7fafd38 commit 340f145
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
]

[workspace.package]
version = "0.1.1"
version = "0.2.0"
authors = ["Junichi Sugiura"]
edition = "2021"
description = "Write cross-platform application with React-like declarative UI framework and scalable ECS architecture all in Rust."
Expand All @@ -32,12 +32,12 @@ config = "0.13"
convert_case = "0.5"
dioxus = { version = "0.2", features = ["fermi"] }
dip = { path = ".", features = ["desktop"] }
dip_bundle = { path = "./plugins/bundle" }
dip_config = { path = "./plugins/config" }
dip_core = { path = "./plugins/core" }
dip_device = { path = "./plugins/web3/device" }
dip_macro = { path = "./plugins/macro" }
dip_task = { path = "./plugins/task" }
dip_bundle = { version = "0.2", path = "./plugins/bundle" }
dip_config = { version = "0.2", path = "./plugins/config" }
dip_core = { version = "0.2", path = "./plugins/core" }
dip_device = { version = "0.2", path = "./plugins/web3/device" }
dip_macro = { version = "0.2", path = "./plugins/macro" }
dip_task = { version = "0.2", path = "./plugins/task" }
dirs = "4.0"
flate2 = "1.0"
hex = "0.4"
Expand Down Expand Up @@ -74,9 +74,9 @@ clap = { version = "3.2", features = ["derive"], optional = true }
config.workspace = true
dioxus.workspace = true
dip_bundle.workspace = true
dip_cli = { path = "./plugins/ui/cli", optional = true }
dip_core = { path = "./plugins/core" }
dip_desktop = { path = "./plugins/ui/desktop", optional = true }
dip_cli = { version = "0.2", path = "./plugins/ui/cli", optional = true }
dip_core.workspace = true
dip_desktop = { version = "0.2", path = "./plugins/ui/desktop", optional = true }
dip_device.workspace = true
dip_macro.workspace = true
dirs.workspace = true
Expand Down

1 comment on commit 340f145

@vercel
Copy link

@vercel vercel bot commented on 340f145 Dec 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dip – ./

dip-git-main-diptools.vercel.app
dip-diptools.vercel.app
dip.tools

Please sign in to comment.