-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move blitz, blitz-core into its own sub packages
- Loading branch information
1 parent
9b1b67d
commit 45b44a0
Showing
33 changed files
with
34 additions
and
29 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,27 +1,2 @@ | ||
[package] | ||
name = "blitz" | ||
version = "0.1.0" | ||
edition = "2021" | ||
authors = ["Jonathan Kelley <[email protected]>", "Evan Almloff"] | ||
description = "Native WGPU based renderer for Dioxus" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/DioxusLabs/blitz" | ||
|
||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
dioxus = { git = "https://github.com/DioxusLabs/dioxus/" } | ||
dioxus-native-core = { git = "https://github.com/DioxusLabs/dioxus/", features = ["dioxus"] } | ||
dioxus-html = { git = "https://github.com/DioxusLabs/dioxus/" } | ||
dioxus-hot-reload = { git = "https://github.com/DioxusLabs/dioxus/" } | ||
blitz-core = { path = "./blitz-core" } | ||
tokio = { version = "1.26.0", features = ["full"] } | ||
keyboard-types = "0.7.0" | ||
|
||
[features] | ||
default = ["hot-reload"] | ||
hot-reload = [] | ||
|
||
[workspace] | ||
members = ["blitz-core"] | ||
members = ["packages/blitz", "packages/blitz-core"] |
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[package] | ||
name = "blitz" | ||
version = "0.1.0" | ||
edition = "2021" | ||
authors = ["Jonathan Kelley <[email protected]>", "Evan Almloff"] | ||
description = "Native WGPU based renderer for Dioxus" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/DioxusLabs/blitz" | ||
|
||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
dioxus = { git = "https://github.com/DioxusLabs/dioxus/" } | ||
dioxus-native-core = { git = "https://github.com/DioxusLabs/dioxus/", features = [ | ||
"dioxus", | ||
] } | ||
dioxus-html = { git = "https://github.com/DioxusLabs/dioxus/" } | ||
dioxus-hot-reload = { git = "https://github.com/DioxusLabs/dioxus/" } | ||
blitz-core = { path = "../blitz-core" } | ||
tokio = { version = "1.26.0", features = ["full"] } | ||
keyboard-types = "0.7.0" | ||
|
||
[features] | ||
default = ["hot-reload"] | ||
hot-reload = [] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.