-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[email protected] [email protected] [email protected] [email protected] Generated by cargo-workspaces
- Loading branch information
1 parent
2162700
commit df551ec
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "gxi" | ||
version = "0.1.3" | ||
version = "0.1.4" | ||
authors = ["aniketfuryrocks <[email protected]>"] | ||
edition = "2018" | ||
description = "CrossPlatform Native Widget based Component System in rust" | ||
|
@@ -50,4 +50,4 @@ version = "0.3.50" | |
features = [ | ||
'Document', 'Element', 'HtmlElement', 'Node', 'HtmlHeadElement', 'Window', 'console', 'Event', 'EventListener', 'MouseEvent' | ||
] | ||
optional = true | ||
optional = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "desktop" | ||
version = "0.1.0" | ||
version = "0.1.4" | ||
authors = ["aniketfuryrocks <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "web" | ||
version = "0.1.0" | ||
version = "0.1.4" | ||
authors = ["aniketfuryrocks <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "gxi_macro" | ||
version = "0.1.2" | ||
version = "0.1.4" | ||
authors = ["aniketfuryrocks <[email protected]>"] | ||
edition = "2018" | ||
description = "proc-macro for writing gxi components" | ||
|